Introduction
In this lab, you will learn how to demonstrate the concept of Single Level Inheritance in the C++ programming language. You will create two classes, a parent class and a child class, where the child class (derived class) inherits the characteristics (properties and methods) of the parent class (base or super class).