In Class Example (abstract classes)
NOT TURNED IN
Define an abstract class called
BankAccount.
Then create the following derived classes of
BankAccount:
Checking,
Savings. The abstraction should
be around the method called
Info() which will print
out information depending on whether you have a Checking or
Savings account differently.
© Lynne Grewe