Difference: Activity Diagram and Sequence Diagram

Answer Posted / ranjith

Activity diagrams :
are typically used for business process modeling,
for modeling the logic captured by a single use case
or usage scenario, or for modeling the detailed logic
of a business rule. This is the OOAD version of flowchart
or data flow diagram.

Sequence Diagrams:
model the flow of logic within your system in a visual manner,
enabling you both to document and validate your logic,
and are commonly used for both analysis and design purposes.
Sequence diagrams identify behavior within the system.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ‘this’ pointer?

569


What is difference between polymorphism and normalization?

1438


What are manipulators?

644


What is the order of call of constructors in inheritiance?

599


What if we override the conflicting method in the class?

516






What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

498


Name the different creational patterns in object oriented design?

554


How to make a class accessible as a web service?

526


How many methods are there in the serializable interface?

541


Explain the different types of constructors

518


What is the use if instanceof keyword? And how do refer to a current instance of object?

554


Explain the implementation phase with respect to oop?

546


What is the need of multiple inheritance?

569


What is the default access modifier in a class?

560


What is meant by overloading functions and operators?

573