OO Programming in Java
Class 2 Material
Homework Assignment
Implement the Object Model and Scenario Diagram from the Bank Quiz in Java.
Don't worry about a full GUI, simply use System.out.println to show the current balance (we'll get into GUIs next week). Use the style shown in the Zoo example (instance variables, getters/setters, etc.)
Develop sample data for several customers to test your program.