Multiple choice

Graphical diagrams used to represent different multiple perspectives of a system include

  1. use-case, class and state diagrams

  2. state, interaction and derivative diagrams

  3. interaction, relationship and class diagrams

  4. deployment, relationship and use-case diagrams

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Use-case, class, and state diagrams are indeed graphical representations used in UML (Unified Modeling Language) to show different perspectives of a system. Use-case diagrams capture functional requirements, class diagrams show static structure, and state diagrams illustrate object behavior over time. These are core UML diagram types used in object-oriented system modeling.