Assignment Help-Java coding program 1
Develop and test the Java classes needed to maintain a collection of vehicles of various type rented by a given vehicle rental agency.
Problem Scenario
The set of features maintained for cars, SUVs and trucks are different. Cars are specified as a specific make and model, a miles per gallon rating, and seating capacity.
SUVs are specified as a particular make and model, a miles per gallon rating, seating capacity, and cargo capacity. Trucks are specified as a particular length (in feet), miles per gallon rating, and load capacity.
The list of vehicles that you MUST USE, including the vehicle identification numbers (VINs) provided for this assignment, is given below.