Introduction - If you have any usage issues, please Google them yourself
This assignment will give you practice building some simple classes and making use of basic C++ features including:
encapsulation, references, dynamic memory allocation,
simple constructors and destructors and consts.
The program fragments provided have not been compiled or debugged. It is part of your task to spot bugs and make reasonable corrections, or ask for clarification in class.
Generally when we give you skeleton code for classes it is intended. You are always free to add additional variables or methods to a class if you need them. This assignment is broken into three parts to suggest what to work on first.