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
What are different ways to create string object?
Whether static method can use nonstatic members?
What is the difference between aggregation and composition?
How does abstraction differ from encapsulation.
Can you instantiate an abstract class and what is an inner class?
Can we override a method by using same method name and arguments but different return types?
What is the difference between an abstract class and interface in java?
What are the properties that are defined in an object model?
What is inheritance in java?
What is ‘this’ pointer?
Explain about uml?
what three "domains" are considered during analysis modeling?
What is operator overloading?
Why is C not an OOP language?
What is the difference between abstract & interface?