1. Lab 11, 11/18/2010 

    In today’s lab, you will be writing a program that employs inheritance and file input. Here are the files you will need:

    It will probably be pretty useful to look at the BankAccount/SavingsAccount files below during the lab, as they are examples of the relationship we will be trying to build between an Employee class and its subclass during the lab.