Question: Please write in c++ file that contains the class based object called vehiolam. the VehicleTypeHeader, h The class should have the following constructors: 1. A
file that contains the class based object called vehiolam. the VehicleTypeHeader, h The class should have the following constructors: 1. A default constructor that assigns the term "NA" to all string variable and 0 to the numerical variables. 2. A constructor that accepts values as arguments and assigns them to the appropriate member variables. Write the appropriate mutator functions (setters) that store values in these member variables and accessor functions (getters) that return the values of the private member variables. Include the additional member functions listed below: - printVehicleInfo: the member function does not take a parameter. The function displays information about a vehicle as shown below. Make: Toyota Model: RAV 4 Year: 2019 (used) Price: \$32158.99 = Style: SUV = Color: Midnight_blue 1234560 I Iicense plate number: 1234560 not the a parameter. The function should - generateLicensePlate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
