Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 if we make the method as abstract in another interface?

0 Answers  


What are the different types of inheritance?

0 Answers  


What are a base class, subclass, and superclass?

0 Answers  


What do you mean by operator overloading?

0 Answers   BirlaSoft,


In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading

1 Answers   Hexaware,


If a class inherits an interface, what are the 2 options available for that class?

0 Answers  


Why should project managers complete hard problems first in an OOSAD project?

3 Answers  


What is the need of multiple inheritance?

0 Answers  


What are the tools you used for OOAD?

3 Answers   Protech,


How do we implement serialization actually?

0 Answers  


What is overriding?

0 Answers   MindCracker,


What are base class, sub class and super class?

0 Answers  


Categories