Vehicle Management System Software- Software that manages the cars sold by a car dealer
Your Lab Project should:
Name your software
Optionally define a logo or icon for your software (extra credit)
Define at least 1 file that holds information related to your project topic
Vehicle Manage Software - example is car make, model, sub-model, color, extra information, car cost, whether or not the car has been in an accident
Your file should have 15-20 items
The contents of your file or files should populate an array of objects
One of the members of your object's Class should be derived. Therefore the member is not in the file. For example
For vehicles it can be whether or not the vehicle foreign or domestic.
Create a design document that will solve how your software:
Provides a menu to the user that offers the following minimum choices
A search based on any field of your choice. The search option must use the Binary Search
A sort based on a numerical field
A sort based on a text field
Your software should use the concepts of
Java Classes
Store the objects of your Classes in Arrays
Perform sorting and searching on your Arrays of objects
Define the object for your classes based on information in your files
Give me a class name. And please don’t add a try block please.
i had 106 points and gave 100 points. Answer better be good