Difference: Sequence Diagrams, Collaboration Diagrams ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain colloboration
What are extrinsic and intrinsic connections in object-oriented programming?
What are the various types of constructors?
Whether static method can use nonstatic members?
What is the main difference between a class and an object?
What is a ternary operator?
What are the methods required to create changes in subclasses?
What are the access modifiers?
Write a note on encapsulation?
What is meant by inheritance? what are the advantages of inheritance?
explain the difference between operator overloading and function overloading.
Explain about realistic modeling?
How do I make sure that an object is released in code such as a connection or file object?
Explain the rationale behind object oriented concepts?
Write a note about inheritance?