The functionality supported for asingle vehicle in ICA 01 would be extended to multiple vehicles using a single class Car, from which multiple instancescan be created (as in the last version of the Car simulation example posted on Isidore).The class CarThis class should have the following instance variables (declared final):Model Year (such as 2012), Make (such as Ford), Model (such as Taurus), Fuel efficiency (such as 24 miles per gallon),Tank capacity (such as 20 gallons).
Reference: This assignment is an object oriented version of the In-class assignment 1. The functionality supported for asingle vehicle in ICA 01 would be extended to multiple vehicles using a single class Car, from which multiple instancescan be created (as in the last version of the Car simulation example posted on Isidore).The class CarThis class should have the following instance […]






