Unified Modeling Language (UML) Question:
Download Job Interview Questions and Answers PDF
What is the difference between Activity and sequence diagrams?
Answer:
The following are the difference between Activity and Sequence Diagrams:
A sequence diagram shows the way of processes execute in a sequence. For example, the order of operations and the parameters.
► An activity diagram depicts the operational workflows.
► A sequence diagram is focused to represent interactions between different objects.
► Activity diagram shows the actions for various objects.
A sequence diagram shows the way of processes execute in a sequence. For example, the order of operations and the parameters.
► An activity diagram depicts the operational workflows.
► A sequence diagram is focused to represent interactions between different objects.
► Activity diagram shows the actions for various objects.
Download UML Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain the different elements of a Use Case? | Difference between Activity and Sequence Diagram. |