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 |
Explain about executable UML?
What are the Dynamic diagrams in UML?
In an Java interview, the Following question was asked.. How do you represent a class in UML?
how will u use com+ register
What are the different steps involved in object oriented analysis?
Explian following terms: Constraint Rules, Design by contract.
Given the requirements, how will you go about designing them? How will you convert business info to technical info?
What are the key principles that underlie patterns?
What is the purpose of a class diagram?
Difference between Activity and Sequence Diagram?
What is class diagram in UML with example?
What is static modeling and dynamic modeling in UML?