Create a Vehicle base class that contains: Save the file as Vehicle.java. Create a Truck subclass that contains: Save th
Posted: Fri May 20, 2022 5:20 pm
Create a Vehicle base class that contains:
Save the file as Vehicle.java.
Create a Truck subclass that contains:
Save the file as Truck.java.
Create a Car subclass that contains:
Save the file as Car.java.
Create a SportsCar subclass derived
from Car and contains:
Save the file as SportsCar.java.
Utilize the DemoVehicles class provided below to
demonstrate
the Vehicle, Truck, Car, and SportsCar objects.
Save the file as Vehicle.java.
Create a Truck subclass that contains:
Save the file as Truck.java.
Create a Car subclass that contains:
Save the file as Car.java.
Create a SportsCar subclass derived
from Car and contains:
Save the file as SportsCar.java.
Utilize the DemoVehicles class provided below to
demonstrate
the Vehicle, Truck, Car, and SportsCar objects.