Difference: Activity Diagram and Sequence Diagram

Answers were Sorted based on User's Feedback



Difference: Activity Diagram and Sequence Diagram..

Answer / 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

Difference: Activity Diagram and Sequence Diagram..

Answer / 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

Difference: Activity Diagram and Sequence Diagram..

Answer / mak

Sequence diagram is interaction of objects and time required for sequencing the object
Activity diagram flow of control among the processing step

Is This Answer Correct ?    0 Yes 0 No

Difference: Activity Diagram and Sequence Diagram..

Answer / appala naidu

sequence diagram is a diagram specify the time ordering
links in between objects.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOAD Interview Questions

What is an abstract property. Give an example?

0 Answers  


Can an interface inherit from another interface?

0 Answers  


Suppose a class acts an Actor in the problem domain, how to represent it in the static model?

2 Answers  


Explain about object oriented databases?

0 Answers  


What is difference between static and non-static fields of a class?

0 Answers  






Can you create an instance for an abstract class?

0 Answers  


Is class an Object? Is object a class?

11 Answers  


Why do we separate interface from implementation?

0 Answers  


What is the main advantage of using inheritance?

0 Answers  


What is the syntax of object oriented method call?

0 Answers  


Difference between class and an object?

0 Answers  


Why is message passing between the objects important?

0 Answers  


Categories