Question: Implement the following code in C++ , using CLASSES and INHERITANCE , kindly explain also Thank you ! NOTE : Can you please make the
Implement the following code in C++ , using CLASSES and INHERITANCE , kindly explain also Thank you ! NOTE : Can you please make the following code with in couple of days , that will be much appreciated , thanks
Car Rental System Design a program which can implement a car rental management system, all the specifics of different cars, their models, their prices should be incorporated. In addition, the program must store credentials of a customer, whether he/she is an old customer or not? Whether a security deposit is required or some kind of verification is required or not. We can also apply certain discounts for repeating customer, discounts may also be offered if the rental agreement is for more than a specified number of days. In case of an accident, proper information must be entered in system against that customer which should be part of his/her record for future. Number of miles/km allocated per car, per day must be entered, if a car is going extra miles, user must be charged accordingly, if a car is going out of city, this permission should be granted at the time of booking. Maintain complete record of all cars and all customers, the program should also maintain service history of each vehicle and should intimate when any kind of maintenance is required. At the end the program should report actual revenue earned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
