Computer Science, asked by shangeethasankar189, 4 months ago

Write an Object Oriented Program in c++ to Create a "Bus child class that inherits from the Vehicle" class. The default fare charge of any vehicle is seating capacity 150. If Vehicle is "Bus" instance, we need to add an extra 20% on full fare as a maintenance charge. So total fare for bus instance will become the final amount = total fare + 20% of the total

fare.​

Answers

Answered by KingofRajputnum01
1

Explanation:

for your help. Add your answer and earn points. ... Write an Object Oriented Program in c++ to Create a "Bus child class that inherits from the Vehicle" class. The default

Similar questions