Lab 5: More Practice with C++ Classes

Overview

In this lab you will complete a partially-written C++ class, writing the following components:

  1. Non-default constructor
  2. An overloaded function

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