Use thePersonClass as a template. to write aCarclass.
include 3 instance variables for the car, what are three import descriptors about a car, things you want to know about the object?
write one default constructor,
write the setters and getters,
Write a driver with a menu to manipulate the class objects.