Difference: Sequence Diagrams, Collaboration Diagrams ?
Answers were Sorted based on User's Feedback
Answer / benjamin jacob
Sequence Diagrams : Diagrams used in OOAD, to describe the
event flow, w.r.t. the objects and their timelines.
Collaboration Diagrams : Diagrams used in OOAD, to describe
the interaction between the different entities(objects) in
the system.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sara
sequence diagram it has numbering and it ll be in order
collabration diagram it ll be in confused manner many lines
intrudeeach have many connections
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between aggregation and composition?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What are the main features of oops?
What is sealed modifiers?
Explain what an object is.
Do we require a parameter for constructors?
Which oops concept exposes only necessary information to the calling functions?
What are the major differences between late and dynamic binding?
Is iterator a class or interface? What is its use?
Difference: 'uses', 'extends', 'includes'
7 Answers Cognizant, Protech, TY, University,
How can we call the base method without creating an instance?
Why dynamic loading is used in object-oriented programming?