Difference: Activity Diagram and Sequence Diagram

Answer Posted / naveen sisupalan

Activity diagram is used to show identify the interaction
between domains and Sequence diagram is used to show the
logical execution flow of a business process.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between functional programming and object-oriented programming?

705


Is it possible to override private virtual methods?

726


Can an interface inherit from another interface?

722


What is the default access modifier in a class?

740


Describe inheritance and non-inheritance of a derived class?

661


Describe the Diamond problem. Where does this problem occur?

706


What are virtual functions, base class pointer, derived class pointer, biding references?

737


Is iterator a class or interface? What is its use?

694


Write about abstract base classes?

764


Explain static binding

727


Can you create an instance of an interface?

754


What is Polymorphism, overloading, overriding and virtual?

763


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

832


Does PowerShell support OOPs?

749


What is the practical implementation of inner classes?

700