object oriented
operated or divided into objects and entities | ||||
Search Dictionary:
Object-oriented definition was found in categories: Computer & Internet(3) Science & Technology(1) Language, Idioms & Slang(1) Encyclopedia(1)
Object-oriented Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
object-oriented
object refactoring inheritance
1. <programming> (OO) See object-oriented programming. See also object-oriented analysis, object-oriented database, object-oriented design.
2.
object refactoring inheritance
1. <programming> (OO) See object-oriented programming. See also object-oriented analysis, object-oriented database, object-oriented design.
2.
| Internet Glossary |
Object oriented
A popular buzzword that can mean different things depending on how it is being used. Object-oriented programming (OOP) refers to a special type of programming that combines data structures with functions to create re-usable objects (see under object-oriented programming). Object-oriented graphics is the same as vector graphics.
Otherwise, the term object-oriented is generally used to describe a system that deals primarily with different types of objects, and where the actions you can take depend on what type of object you are manipulating. For example an object-oriented draw program might enable you to draw many types of objects, such as circles, rectangles, triangles, etc. Applying the same action to each of these objects, however, would produce different results. If the action is Make 3D, for instance, the result would be a sphere, box, and pyramid, respectively.
A popular buzzword that can mean different things depending on how it is being used. Object-oriented programming (OOP) refers to a special type of programming that combines data structures with functions to create re-usable objects (see under object-oriented programming). Object-oriented graphics is the same as vector graphics.
Otherwise, the term object-oriented is generally used to describe a system that deals primarily with different types of objects, and where the actions you can take depend on what type of object you are manipulating. For example an object-oriented draw program might enable you to draw many types of objects, such as circles, rectangles, triangles, etc. Applying the same action to each of these objects, however, would produce different results. If the action is Make 3D, for instance, the result would be a sphere, box, and pyramid, respectively.
| Multimedia Glossary |
Object-oriented
a programming technique that focuses design on the data (=objects) and on the user interfaces to it. To make an analogy with carpentry, an "object-oriented" carpenter would be mostly concerned with the chair he was building, and secondarily with the tools used to make it; a "non-object-oriented" carpenter would think primarily of his tools. Object-oriented design is also the mechanism for defining how modules "plug and play." (from Sun MicroSystems)
a programming technique that focuses design on the data (=objects) and on the user interfaces to it. To make an analogy with carpentry, an "object-oriented" carpenter would be mostly concerned with the chair he was building, and secondarily with the tools used to make it; a "non-object-oriented" carpenter would think primarily of his tools. Object-oriented design is also the mechanism for defining how modules "plug and play." (from Sun MicroSystems)
Object-oriented Definition from Science & Technology Dictionaries & Glossaries
| Technical English by wpv |
Object-oriented
Generally used to describe an illustration or font file as being created by mathematical equations. Also see Bit-map.
Generally used to describe an illustration or font file as being created by mathematical equations. Also see Bit-map.
Object-oriented Definition from Language, Idioms & Slang Dictionaries & Glossaries
| hEnglish - advanced version |
object-oriented
object-oriented
programming
object-oriented
programming
Object-oriented Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Object-oriented programming
Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. It is based on several techniques, including inheritance, modularity, polymorphism, and encapsulation. It was not commonly used in mainstream software application development until the early 1990s. Many modern programming languages now support OOP.
| See more at Wikipedia.org... |
