What is the difference between activity diagram and state diagram? |
State diagram shows the object undergoing a process. It gives a clear picture of the changes in the object's state in this process.
e.g: ATM withdraw
Card object state: Checking, Approving, Rejecting
Activity diagram is a fancy flow chart which shows the flow of activity of a process.
e.g: ATM withdraw
Withdraw activity: Insert Card, Enter PIN, Check balance, with draw money, get card
- Deepan
First answer by ID1113976489. Last edit by ID1113976489. Question popularity: 0 [recommend question]
|
Research your answer: |


