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 are a base class, subclass, and superclass?
Can a function be overloaded based on return types?
What is difference between static and non-static fields of a class?
What is difference between encapsulation and abstraction?
Can a class in java be inherited from more than one class?
What is an interface?
What are all the operators that cannot be overloaded?
Is it possible to override private virtual methods?
What is the difference between multiple and multilevel inheritance?
Can you tell something about GDI objects?
What are the different principle of OOPS?
What are different ways to create string object?