Source Code Structure

Your lab will contain the following files:

  1. ResidenceDriver.cpp: Copy this file into your lab10 directory. This will be your driver program. You will need to implement the classes and methods used in this file.
  2. Residence.h/Residence.cpp
  3. House.h/House.cpp
  4. Apartmet.h/Apartment.cpp
  5. Tent.h/Tent.cpp