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 the difference between adapter and facade?
What is the gang of four design pattern?
What are creational design patterns?
What is the difference between factory and abstract factory design pattern?
What are the benefits of the proxy in the design pattern?
Explain what are 5 common problems in the software development process?
What are the examples of the behavioral design patterns?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is the design pattern?
What are the disadvantages of singleton pattern?
What are the design patterns you know explain?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is the builder pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?