Lab 2 - Challenge Lab - Inheritance
Objective
Design and implement a simple vehicle hierarchy using C++ inheritance. This project will help you understand the concept of inheritance, polymorphism, and their usage in C++.
Requirements
Please note - this lab requires a separate header and implementation file for the class
Deliverable
Upload the following in a Zip folder:
Full source code (.cpp files or .txt files)
Screenshot of the Console with the code executing
2024 - Programming 3 / Data Structures - Author: Dr. Kevin Roark