volume_mute
Sequence Diagrams — Purpose
publish date: 2026/06/08 06:26:25.823490 UTC
volume_mute
Sequence diagrams in UML are primarily used to model:
Correct Answer
The interactions between actors and objects in a system, and the interactions between the objects themselves, showing the sequence of those interactions
Explanation
Sequence diagrams in UML are primarily used to model the interactions between the actors and the objects in a system and the interactions between the objects themselves. A sequence diagram shows the sequence of interactions that take place during a particular use case or use case instance.
Reference
Software Engineering, Ian Sommerville, 9th edition
