What are sequence diagrams, collaboration diagrams and
difference between them ?
Answer Posted / sid malik
A sequence diagram is dynamic interaction in time ordering but in Collaboration diagram is similar to Sequence diagram without time ordering it show the dynamic interaction in the objects. Both are called the communication or interaction diagrams. it show the objects and their association with other object in the system and tell how they communicate with each other. but in sequence diagram there is no association of objects to interacts with each other. Use sequence diagram to model flow of control by time ordering but use collaboration diagrams to model flow of control by organization. the messages passed between the objects convey the same information as sequence diagrams, but focus on object roles instead of the time sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a behavioral design pattern?
What is singleton and factory pattern?
What are the main usage of the patterns?
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 are the differences between the design patterns and the framework?
What is meant by design pattern?
What is the use of such a class?
Why singleton beans are not thread safe?
What is the prototype design pattern?
what is the lazy design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is singleton design pattern in java?
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the difference between factory and strategy design pattern?
What are the examples of the behavioral design patterns?