Computer Science, asked by bilalsiddique6384, 3 months ago

We want to store the information of different vehicles. Create a class named Vehicle
with two data member named mileage and price. Create its two subclasses: *Car with
data members to store ownership cost, warranty (by years), seating capacity and fuel
type (diesel or petrol). *Bike with data members to store the number of cylinders,
number of gears, cooling type(air, liquid or oil), wheel type(alloys or spokes) and fuel
tank size(in inches) Make another two subclasses Corolla and Honda of Car, each
having a data member to store the model type. Next, make two subclasses Yamaha
and TVS, each having a data member to store the make-type. Now, store and print the
information of a Corolla and a Honda car (i.e. model type, ownership cost, warranty,
seating capacity, fuel type, mileage and price.) Do the same for a Yamaha and a TVS
bike.

Answers

Answered by parajapatipayal231
0

Answer:

please follow me

Similar questions