Java Inheritance, Composition and Aggregation

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