205k views
3 votes
Which kind of UML diagram is a snapshot of class diagram at runtime ?

a. Object diagram
b. Activity diagram
c. State diagram
d. Sequence diagram

1 Answer

4 votes

Final answer:

The kind of UML diagram that is a snapshot of a class diagram at runtime is Sequence diagram.

Step-by-step explanation:

The kind of UML diagram that is a snapshot of a class diagram at runtime is Sequence diagram. A Sequence diagram shows how objects interact with each other in a particular scenario or sequence of events. It illustrates the flow of messages between objects and the order of their execution.

User Szymon Lukaszczyk
by
7.6k points