Create an Object Oriented application used to manage and search for cars.

Your task is to create an Object Oriented application used to maintain a catalog of used cars. The catalog keeps track of each car's make, model, year, and sale price. The user is prompted to enter one of these possible commands:

Add - add a single car to the catalog
Import - allows you to import a file of cars into the catalog (CSV file)
List - list all cars in the catalog
Search by make, model, year or price
Quit - quit the application

If an unknown command is entered, the user should be informed and asked to enter another command. The user is prompted for another command after completing the current task. The application continues until the quit command is entered.

The add command -

If the add command is entered, the user will then be prompted to enter the car's make, model, year, and sales price. The make and model can be arbitrary strings, while the year (e.g. 2000) should be an integer and the sales price (e.g. 2599.99) should be a floating point value. After the data is entered, the record should be stored so it can be recalled later by the list command.

OO REQUIREMENTS:

Must be Object Oriented with at least 1 logic and 1 client class.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.