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 |
Why abstraction is important?
Define Data Abstraction. What is its importance?
What is virtual multiple inheritance?
How can we call the base method without creating an instance?
Differentiate between data abstraction and encapsulation.
Explain Class Diagram in Detail.
2 Answers InfoAxon Technologies, Protech,
How to make a class accessible as a web service?
What do you mean by virtual function and virtual classes?
When will you use an interface and abstract class?
What is super keyword?
What are the four phases of the Unified Process ?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?