Question: Create the following class hierarchy. Solid lines indicate extends. In the main method create objects of the classes LandVehicle, AirVehicle and WaterVehicle and call the
Create the following class hierarchy. Solid lines indicate extends. In the main method create objects of the classes LandVehicle, AirVehicle and WaterVehicle and call the method of each class.Vehicle: abstract color: String name: String Moves: void LandVehicle tires : int LandVehiclet:int, n:String, c:String, Moves:void. AirVehicle seats:int AirVehiclet:int, n:String, c:StringMloves:void. WaterVehicle volume :int WaterVehiclev:int, n:String, c:StringMoves:void. Car engineSize :int doors :int Cart:int, n:String, c:String, es:int, d:intMoves:void.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
