Class diagram describes the structure of a system by showing the__________

Class diagram describes the structure of a system by showing the__________
A. System’s classes and attributes
B. Operations

C. Relationships among objects
D. All of these

ANSWER: D) All of these
Explanation : In software engineering, 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, their attributes, operations (or methods), and the relationships among objects.

Leave a Comment