Lab 4: Creating a Complete C++ Class

Overview

In this lab you will ceate a complete C++ class, which will include:

  1. Class variables
  2. Overloaded constructors
  3. Additional class methods

In addition, you will write a program that uses the new class.