Object-oriented Analysis Article Index for
Object-oriented
Articles about
Object-oriented Analysis
Website Links For
Analysis
 

Information About

Object-oriented Analysis




Key aspects of an object-oriented analysis model are basically the same as in Object-oriented Programming , but an analysis model is not limited to software systems. Any system can be modelled as a system of collaborating objects. Analysis aims to model an ''ideal world'' in the Platonic sense and merely describes the kinds of concepts and ideas that are being modelled (how to think).

An analysis model will not take into account implementation constraints, such as Concurrency , Distribution and Persistence . The implementation constraints are decided by a process of Object-oriented Design , and many Design Patterns have been defined to solve these generic problems.


SEE ALSO