ISRO | ISRO CS 2007 | Question 78
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
Answer: (C)
Explanation: The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering, that is intended to provide a standard way to visualize the design of a system.
A class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system’s classes as attributes, operations and the relationships among objects.
Option (C) is correct.
Quiz of this Question