What are sequence diagrams, collaboration diagrams and
difference between them ?
Answer Posted / singhal
1:
In Sequence diagrams we can show Synchronous as well as
Asynchronous messages.
In Collaboration Diagram we can only show Synchronous messages.
2:
Sequence Diagram shows overall flow of System event/s in a
given use case.
Collaboration diagram shows how objects interacts with each
other or how intercommunication b/w objects for a give use case
3:
Its difficult to fine the responsibilities of objects in
sequence diagram.
Its ease to detect the responsibilities of objects in
collaboration diagram by just counting the number of arrows
coming into the object.
4:
Sequence Diagrams are less spatial.
Collaboration Diagram are much spatial.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Quartus II software version 6.0 is available for which operating systems (OS)?
What is aop design?
What is a behavioral design pattern?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
How did you design your unit tests?What about integration tests?
Is mvc a software design pattern?
What are useful tools for developing and testing color schemes for web sites?
Why do we need singleton pattern?
Is singleton an anti pattern?
Why singleton beans are not thread safe?
What are the types of the proxy design you will get in the design pattern?
What are the types of participants of the prototype design pattern you will get?
Explain what is good design?
Write the code for a singleton class?
What is singleton design pattern in java?