Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
12 user(s) are online (9 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
recommendation!
Sponsored
partner

Object-oriented analysis

Object-oriented analysis builds a model of a system that is composed of Object (computer science)s. The behaviour of the system is achieved through collaboration between these objects, and the state of the system is the combined state of all the objects in it. Collaboration between objects involves them sending messages to each other.

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 Mathematical realism 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, Distributed computing and persistence. The implementation constraints are decided by a process of object-oriented design, and many Design pattern (computer science) have been defined to solve these generic problems.

See also : object-oriented design, Schlaer-Mellor