Object-oriented modeling: Difference between revisions

Content deleted Content added
Reverted edit(s) by 180.215.200.3 unsourced/not constructive STiki
// clean up using AWB
Line 1:
{{Unreferenced stub|auto=yes|date=December 2009}}
'''Object-oriented modeling (OOM)''', also called '''object-oriented programming (OOP)''' is a modeling paradigm mainly used in [[computer programming]]. Prior to the rise of OOM, the dominant paradigm was [[procedural programming]], which emphasized the use of discrete reusable code blocks that could stand on their own, take variables, perform a function on them, and return values.