Question: write a driver class called SUVTest to process the objects polymorphically. you should create an arraylist having one object of type Car and two objects
write a driver class called SUVTest to process the objects polymorphically. you should create an arraylist having one object of type Car and two objects of type SUV. then call the appropriate method on the arraylist to show polymorphism, while processing the objects in arraylist. determine whether the objecs is an suv. if it is increase the price of suv object by 5%. and print the new price of suv. then sort arraylist and print it in ascending order based on mileage
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
