SOFTWARE DESIGN
OBJECT ORIENTED DESIGN
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Use-case realizations
|
|
Design classes
|
|
Design packages
|
|
Architecture
|
Detailed explanation-1: -Answer :Object Oriented Analysis and Design.
Detailed explanation-2: -This guideline explains how to identify and use the three types of analysis classes: Boundary, control, and entity classes. By finding Analysis Classes, you outline the key elements in a system.
Detailed explanation-3: -An analysis class represents an abstraction of one or several classes and or subsystems in the system’s design. Characteristics. Focus on handling functional requirements (conceptual) Define behavior as responsibility, not operations. Define conceptual attributes from problem domain.
Detailed explanation-4: -In the analysis class diagram, associations, aggregations and compositions represented “remembered” information. In the design, all information is stored as attributes. Thus, if we need to remember that object instances are linked, these links must be implemented as stored object references.