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 the limitations of oops?

596


Explain the usage of encapsulation?

602


What is a ternary operator?

558


What is @functionalinterface?

578


Explain method overriding.

600






What is overriding?

611


Can an interface inherit from another interface?

569


What are base class, sub class and super class?

557


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

551


What is virtual?

738


What do you mean by abstract classes?

559


Does a class inherit the constructor of its super class?

520


What is the purpose of late binding in object-oriented programming?

567


Why is class hierarchies managed in object-oriented programming?

570


What is an abstract property. Give an example?

539