SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which diagram describes the types of objects and the different static relationships between them
A
Class Diagram
B
Collaboration Diagram
C
State Diagram
D
Activity Diagram
Explanation: 

Detailed explanation-1: -The class diagram depicts a static view of an application. It represents the types of objects residing in the system and the relationships between them.

Detailed explanation-2: -Class diagrams show the static structure of a system, including classes, their attributes and behaviors, and the relationships between each class.

Detailed explanation-3: -Structure diagrams depict the static structure of the elements in your system. i.e., how one object relates to another. It shows the things in the system – classes, objects, packages or modules, physical nodes, components, and interfaces.

There is 1 question to complete.