Object-oriented modeling: Difference between revisions

Content deleted Content added
merger tag
No edit summary
Tag: gettingstarted edit
Line 3:
'''Object-oriented modeling''' is an approach to modeling an application that is used at the beginning of the [[Software development process|software life cycle]] when using an object-oriented approach to software development.
 
In OOM "Object-oriented modeling" the modeling passes through the following processes:
* System Analysis
* System Design
* Object Design and
* Final Implementation
The software life cycle is typically divided up into stages going from abstract descriptions of the problem to designs then to code and testing and finally to deployment. Modeling is done at the beginning of the process. The reasons to model a system before writing the code are: