Lab - Classes and Objects - Lab 3

 Objective

Design and implement a simple C++ program. This project will help you understand the concept of classes, objects, aggregation, and encapsulation in C++.

 Requirements

Note - Each class should be composed of 2 files: the .h and the .cpp file (header and implementation file)

Deliverable

Upload the following:

  1. Full source code (.cpp files or .txt files)

  2. Screenshot of the Console with the code executing

2024 - Programming 3 / Data Structures - Author: Dr. Kevin Roark