Question: Project requirements: Java Create an java object class for something of interest to you. (you will need at least 5 data items) For example, a
Project requirements: Java
Create an java object class for something of interest to you. (you will need at least 5 data items)
For example, a Car class, which will contain information about the vehicle
Make
Model
Year
Color
Price
Use a constructor to populate the class object and provide methods to retrieve each of the class attributes.
From a text file, read data and create an object of this class, which is then stored in an array of these object types. (at least 10 instances)
Provide a GUI to allow the selection of a record based on at least two of the data values and display the data in a messagebox. If the item is not found, then display a suitable message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
