What are sequence diagrams, collaboration diagrams and
difference between them ?
Answer Posted / parminder
Sequence diagrams and collaboration diagrams are essentially
semantically equivalent. You can use either to model the
dynamic aspects of a system in terms of objects interacting
by exchanging messages. The difference is more in how the
information is presented than in the underlying semantics of
the diagram. Sequence diagrams emphasize the time ordering
of messages, whereas collaboration diagrams depict more of
an organizational structure and are more space efficient.
Many UML tools will automatically convert from one diagram
type to the othe
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is oop a design pattern?
Which design pattern is mvc?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is a lazy initialization in singleton?
What is the difference between factory and abstract factory design pattern?
Can we use an equated value as operands for an MVC ? Reason for the same.
What are the types of design patterns?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What is onion architecture?
Did you use ooa/ood methodologies? Did you use design patterns?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What is mvp design pattern?
Explain what is good design?
How do you choose a design pattern?
What is the builder pattern?