The flowchart makes it easy to track interactions as they run from top to bottom, so finding the order of messages is pretty simple. But if you have many interacting objects, the chart becomes difficult to read.
Communication diagrams show which messages are transmitted between objects with a sequence written above the message. For large numbers of objects, this is easier to understand than a sequence diagram, but a message sequence is harder to understand.
vainolo
source share