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 |
Explain method overriding.
How to differentiate between a CreateObject() and GetObject() ?
Does PowerShell support OOPs?
Which oops concept exposes only necessary information to the calling functions?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is the use of finalize method?
How many instances can be created for an abstract class?
Can you create an instance of an interface?
Why does java not support multiple inheritance?
What does it mean that a method or class is abstract?
Can encapsulation be called as a security device?
What is bootstrap, extension and system class loader?