Jump to content

Object-oriented modeling

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Connection (talk | contribs) at 12:01, 6 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Object-Oriented Modeling, or OOM, is a modeling paradigm mainly used in computer programming. This paradigm assists the programmer to addresse the complexity of a problem domain by considering it as Objects. Whereas an Object (or the Class the Object belongs to) has its Properties and Methods, shared by all Objects members of the Class. For more discussion, see Object-oriented analysis and design and Object-oriented programming