Difference between Activity Diagram and Sequence Diagram?
Both diagrams pertain to Behavioral diagrams, the major difference is listed below,
- The activity diagram depicts the control stream from one movement to another. It is good at the rationale of conditional structures, circles, and concurrency.
- 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.