what is difference between Seqence and Collaboration
diagrams with example?

Answers were Sorted based on User's Feedback



what is difference between Seqence and Collaboration diagrams with example?..

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

what is difference between Seqence and Collaboration diagrams with example?..

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

Post New Answer

More UML Interview Questions

Explain about executable UML?

1 Answers  


What are the Dynamic diagrams in UML?

1 Answers  


In an Java interview, the Following question was asked.. How do you represent a class in UML?

2 Answers   ABC,


how will u use com+ register

1 Answers  


What are the different steps involved in object oriented analysis?

1 Answers  


Explian following terms: Constraint Rules, Design by contract.

1 Answers  


Given the requirements, how will you go about designing them? How will you convert business info to technical info?

1 Answers   CSC, SAP Labs,


What are the key principles that underlie patterns?

1 Answers  


What is the purpose of a class diagram?

3 Answers  


Difference between Activity and Sequence Diagram?

1 Answers  


What is class diagram in UML with example?

1 Answers  


What is static modeling and dynamic modeling in UML?

1 Answers  


Categories