Definition of Object-oriented design

FOLDOC
object-oriented design
<programming> (OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming.
["Object-oriented analysis and design with applications", Grady Booch, 2nd ed., pub. Benjamin/Cummings, Redwood CA, 1994].
(1997-12-07)

Search Dictionary:
Search Web Search Dictionary



Object-oriented design definition was found in categories: Computer & Internet(1)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Object-oriented design Definition from Computer & Internet Dictionaries & Glossaries

Noman's Java(TM) Glossary
object-oriented design
A software design method that models the characteristics of abstract or real objects using classes and objects.


Object-oriented design Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
object-oriented design

object-oriented design
object-oriented language



Object-oriented design Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Object oriented design
Object oriented design is part of OO methodology and it forces programmers to think in terms of objects, rather than procedures, when they plan their code. An object contains encapsulated data and procedures grouped together to represent an entity. The 'object interface', how the object can be interacted, is also defined. An object oriented program is described by the interaction of these objects. Object-oriented design is the discipline of defining the objects and their interactions to solve a business problem that was identified and documented during object-oriented analysis.

See more at Wikipedia.org...