Asked by
jeenu
in
Computers & Technology
at
9:58 AM on April 24, 2008
pooja's Answer
Object-oriented analysis and design (OOAD) is a software engineering approach that models a system as a group of interacting objects. Each object represents some entity of interest in the system being modeled, and is characterised by its class, its state (data elements), and its behavior. Various models can be created to show the static structure, dynamic behavior, and run-time deployment of these collaborating objects. There are a number of different notations for representing these models, such as the Unified Modeling Language (UML).
Answered at
5:24 PM on April 24, 2008
Read all answers