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
Can we make the reference instance non static?
What is aop 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 creational design pattern?
Is singleton bean thread safe?
What is proxy in design pattern?
Which design pattern is mostly used in net?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What are the languages used in the design pattern?
Why do we need singleton pattern?
What is mvp design pattern?
What are structural design patterns?
What are the types of the proxy design you will get in the design pattern?
What is the builder pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next