what is difference between Seqence and Collaboration
diagrams with example?
Answers were Sorted based on User's Feedback
Answer / anishx
Both Sequence and Collaboration diagrams are interaction
diagrams. The difference is that Sequence diagrams describes
the interaction between classes against time. In
Collaboration diagram the interaction between classes is
shown against both time and space (the relationship between
classes can also be shown). The sequence in this case is
depicted by numbering. You may want to check out some sample
sequence and collaboration diagram to understand this more.
| Is This Answer Correct ? | 32 Yes | 6 No |
Answer / sharanya
as the sequence diagrams are for time ordering messages and
the collaboration diagrams for the structure of the system
| Is This Answer Correct ? | 8 Yes | 2 No |
what is difference between Seqence and Collaboration diagrams with example?
What are the basic notational elements which can make up a diagram?
In an Java interview, the Following question was asked.. How do you represent a class in UML?
What are UML diagrams?
On what basis I will select or choose an uml modeling tool?
What are the goals of UML?
Is use case diagram static or dynamic?
Does UML guarantee project success?
Difference: 'uses', 'extends', 'includes'
Explain the types of diagrams in UML.
Tell me about UML modeling.
What is UML state diagram?