Source Code Structure

Your lab will contain the following files:

  1. ResidenceDriver.java: Create the package lab7 in your LabAssignments project, and move this file into the package. This will be your driver program. You will need to implement the classes and methods used in this file.
  2. Residence.java
  3. House.java
  4. Apartment.java
  5. Tent.java