OO Programming in Java
Exercise 3 Review
General bank model review.
When we starterd the bank model we had to fake transactions to allow us to test its functionality. Now as our model
improves and becomes more real it it more appropriate for the transactions to request action from the bank. This
week's homework is to have transactions request that the bank handle them. This is the type of modifications to
an object model that are routine when an OM is under development.
Now look at last week's homework