What are sequence diagrams, collaboration diagrams and
difference between them ?
Answer Posted / burak
A sequence diagram shows object interaction arranged in
time sequence. It depicts the objects and classes involved
in the scenario and the sequence of messages exchanged
between the objects needed to carry out the functionality
of the scenario. While a collaboration diagram is an
alternative way to show a scenario. Object interactions are
organised around the objects and their links to each other.
A collaboration diagram contains: - objects drawn as
rectangles, links between objects shown as lines connecting
the linked objects, messages shown as text and an arrow
that points from the client to the supplier
| Is This Answer Correct ? | 36 Yes | 9 No |
Post New Answer View All Answers
Is singleton scope thread safe?
What is the difference between builder and composite?
What is the difference between adapter and facade?
What is clean architecture?
What is the executor design pattern?
What is the builder pattern?
What is the difference between factory and strategy design pattern?
What is the design pattern?
Why should we not use singleton pattern?
Can we make the reference instance non static?
Is mvc a software design pattern?
Why is singleton bad?
What is difference between function oriented design and object oriented design?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the difference between 3 tier and n tier architecture?