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 |
Differentiate between an abstract class and an interface?
Difference between class and an object?
what is the difference between the up phase and up workflows?
Explain basic concepts of OOPS?
What are the properties that are defined in an object model?
Which OOPS concept exposes only the necessary information to the calling functions?
Can we use static method definitions in interfaces?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is the diffrence between an abstract class and interface?
Why is planning too much up front a mistake in an OOSAD project?
What is the use if instanceof keyword?
What is meant by “abstract interface”?