Difference between Activity Diagram and Sequence Diagram?

Answered by Kaushik Chandra

 Both diagrams pertain to Behavioral diagrams, the major difference is listed below,

  1. The activity diagram depicts the control stream from one movement to another. It is good at the rationale of conditional structures, circles, and concurrency.
  2. The sequence diagram depicts the sequence of messages that stream from one object to another i.e. how the messages/events are exchanged in what time-order.



Your Answer

Interviews

Parent Categories