Difference: Sequence Diagrams, Collaboration Diagrams ?
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between overloading and overriding.
Can we have a default method definition in the interface without specifying the keyword "default"?
What do you mean by virtual function and virtual classes?
Explain what is polymorphism?
What's the benefit of using inheritance?
Explain about encapsulation?
Difference between composition and inheritance ?
What is difference between class and interface?
Can you explain primordial class loader?
What is diamond inheritance problem? How java 8 solves this problem?
Why dynamic loading is used in object-oriented programming?
Define a good interface?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Which oops concept exposes only necessary information to the calling functions?
What is the default access modifier in a class?