SavingsAccount Class Example

In this example, we have a main class called Finances, which makes and uses some objects of an instantiable class called SavingsAccount. See the Point Class Example for a detailed description of how an instantiable class in a program is related to the main class.