Source Code Structure

Your program will consist of the following files:

  1. residence_driver.cpp: download this file into your lab08 directory. The file is also available on GL in the directory
    
         /afs/umbc.edu/users/c/m/cmarron/pub/cmsc202
    
    This will be your driver program. You will need to implement the classes and methods used by this file.
  2. Residence.h and Residence.cpp
  3. House.h and House.cpp
  4. Apartment.h and Apartment.cpp
  5. Tent.h and Tent.cpp