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 about instance in object oriented programming?
What is a try/ catch block?
Can an interface inherit from another interface?
Can you define OOP and principles of OOP?
Define a good interface?
What is the use of ‘finalize’?
What is a ternary operator?
What are the interfaces you used in beans?
What do you mean by operator overloading?
What are the features that are provided to make a program modular?
What are the access modifiers?
Explain colloboration
What is the difference between an error and an exception?
Explain about inheritance in oops?
What are different ways to create string object?