Question: Write a c++ program that represents a car rental service. Make sure to include all of the following requirements listed below. ALSO INCLUDE INHERITANCE (class
Write a c++ program that represents a car rental service. Make sure to include all of the following requirements listed below. ALSO INCLUDE INHERITANCE (class Car, class Basic_car, class Premium_car). Price of car should vary depending on if they get a basic or premium car. AND A TEMPLATE CLASS. TEMPLATE CLASS SHOULD EXCEPT ADDRESS OF CUSTOMER, CUSTOMER NAME, CREDIT CARD NUMBER, AND CUSTOMER PHONE NUMBERR. The program should allow customer to add more rental days.
Object-oriented construction Class Two constructors Overloaded function Reference variable C++ string 2 Exception handling 10 Throw try/catch Namespace 6 Object-oriented construction Class Two constructors Overloaded function Reference variable C++ string 2 Exception handling 10 Throw try/catch Namespace 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
