|
||||||||
In Class Example (abstract classes)due Oct. 9Define 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 |