OO Programming in Java
Bank Model
Our bank model is beginning to be a little more realistic. Transactions occur asynchronously from TransactionGenerators asking the Bank to handle their transactions.
See your class handout for the model.