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 aop design?
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?
What is the gang of four design pattern?
What is the use of repository pattern?
Can we use an equated value as operands for an MVC ? Reason for the same.
Can we inherit singleton class?
Are singletons bad?
Explain what is good design?
Is mvc a software design pattern?
What are the most commonly used design patterns?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What are the SDLC phases you have invloved ?
What is the prototype design pattern?
4. Identify and bound the SOI’s Operating Environment.
What is single tone design pattern in java?