Object-oriented Analysis and Design

Object-oriented Analysis The main objective of object-oriented analysis is to develop a series of models that describes the computer software as it works to satisfy a set of customer-defined requirements. The intent of object-oriented analysis is to define a set of classes, their relationships and behavior that is relevant to the system being studied. Because customer requirements influence the… Read More Object-oriented Analysis and Design

Object-oriented Concepts

Benefits of Object Technology It leads to reuse, and reuse (of program components) leads to faster software development and higher-quality programs.  It leads to higher maintainability of software modules because its structure is inherently decoupled. It leads to object-oriented system that are easier to adapt and easier to scale, ie, large systems are created by assembling reusable subsystems. Object… Read More Object-oriented Concepts