SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In UML diagram of a class ____
A
State of object cannot be represented
B
State is irrelevant
C
State is represented as an attribute
D
State is represented as a result of an operation
Explanation: 

Detailed explanation-1: -Class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing, and documenting different aspects of a system but also for constructing executable code of the software application.

Detailed explanation-2: -Explanation: UML Class diagram gives an overview of a software system by displaying classes, attributes, operations, and relationships.

There is 1 question to complete.