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 @functionalinterface?
What is abstraction? How does it differ from encapsulation
Can constructors be parameterized?
What do you meant by "SBI" of an object?
What does the keyword virtual represented in the method definition?
What are a base class, subclass, and superclass?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain what you understand by function overloading.
What are the basic concepts of oop?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Explain persistence?
What is a friend function?