SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A class diagram describes ____
A
shows the interaction view of a system.
B
shows the dynamic view of a system.
C
shows the practical view of a system.
D
shows the static view of a system.
Explanation: 

Detailed explanation-1: -Class diagram is a static diagram and it is used to model the static view of a system. The static view describes the vocabulary of the system. Class diagram is also considered as the foundation for component and deployment diagrams.

Detailed explanation-2: -Class diagrams are the blueprints of your system or subsystem. You can use class diagrams to model the objects that make up the system, to display the relationships between the objects, and to describe what those objects do and the services that they provide.

Detailed explanation-3: -Denoting static features in a UML class diagram. The UML denotes static features by underlining them. The static keyword may modify attributes and operations alike, and is independent of other modifiers such as public or private .

Detailed explanation-4: -Use-Case diagram is the UML diagrams which has a static view. The Use-Case diagram is the appropriate answer as a result.

There is 1 question to complete.