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


Please Help Members By Posting Answers For Below Questions

What are sealed modifiers?

621


What are the types of polymorphism?

552


What is serialization? How do we implement serialization actually?

494


Can we override static methods? Why?

508


Why dynamic binding is used in object-oriented programming?

604






How to define an interface?

578


What is sealed modifiers?

590


What is diamond inheritance problem? How java 8 solves this problem?

655


What is a pure virtual function?

572


Explain the meaning of object in object oriented programming?

607


What is a friend function?

578


How many methods do u implement if implement the serializable interface?

534


What is the use if instanceof keyword?

573


Explain the term constructor

621


Differentiate between overloading and overriding.

585