T-106.1210 Basics of Programming T/L

ReadMe: Project Account

Overview

This project does not contain a full, runnable application program. Instead, the only package account contains two classes which represent basic bank customer and account information.

Accounts and Customers

The following is known about customer objects, i.e., instances of class Customer.

The following is known about account objects, i.e., instances of class Account.

Dependencies and resources

None.

Running the program

As this project is not a full program, and has no user interface, it can not be run as an application like the Butler project, for instance, can.

You can experiment with the classes Account and Customer. Creating a main method for further testing of these classes is left as an exercise.