C++ Inheritance, Aggregation and Composition
10 ratings

Inherit from a C++ Base Class called Car to create a Used Car.
Create a Parent Dealership C++ class with a list of Cars.
Combine the Used Cars, Accounts and Cars into one C++ application to demonstrate Class Re-use.