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 |
Can different parts of a partial class inherit from different interfaces?
What are the problems faced by the developer using object oriented programming language?
What are the properties that are defined in an object model?
What are the different types of inheritance?
What is abstraction? How does it differ from encapsulation
Is it possible to create partial structs, interfaces and methods?
What are the features that are provided to make a program modular?
What is a nested interface?
explain the difference between operator overloading and function overloading.
Why is message passing between the objects important?
Comment: C++ "includes" behavior and java "imports"
Can you create an instance of an abstract class?