0
24kviews
Draw sequence diagram for withdrawing an amount from ATM.

Subject: Object Oriented Programming Methodology (Computer Engineering - Sem 3 - MU)

Module: Classes and Relationships

1 Answer
2
1.9kviews

Following is the Sequence diagram for Withdrawing amount from ATM.

It'll consists of 4 Classes and sequence of data Flow between the classes is showed in the diagram below.

The Four Classes are

  • Customer
  • ATM Machine
  • Account
  • Processing

The different methods used between classes are as follows

The following is …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.