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
Tell me something about abstract classes?
Can you instantiate an abstract class and what is an inner class?
What is a subclass?
Explain about object oriented databases?
Can encapsulation be called as a security device?
Explain persistence?
Define a good interface?
What are manipulators?
What are the Differentiate between abstraction and encapsulation.
What is the use of ‘finalize’?
What is the main advantage of using inheritance?
Classes and structs support inheritance. Is this statement true or false?
How can we call the base method without creating an instance?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Can we override static methods of a class?