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
What is polymorphism? When is it employed? give an example.
Does PowerShell support OOPs?
What are extrinsic and intrinsic connections in object-oriented programming?
What is super keyword?
What is the use if instanceof keyword?
What are base class, sub class and super class?
What is the super keyword?
Explain basic concepts of OOPS?
How can I be thrown polymorphically?
What are the limitations of oops?
Difference between encapsulation and data hiding ?
Can you instantiate an abstract class and what is an inner class?
Can a class in java be inherited from more than one class?
How to achieve data abstraction?
Can you create an instance of an abstract class?