[Solved] C Program Create Class Car Auction House Member Variables Id String Sold Integer Bluebook Q37176068
C++ Program
Create a class for a car auction house. The member variablesare: ID (string), Sold (integer) and Bluebook (Integer).
Create mutators and accessors (setters and getters) for allthree member varibles (getID, setID, getSold, setSold, getBluebook,setBluebook), a default constructor ID=”House”, Sold = 0,Bluebook=0; along with an additional function getProfit whichreturns Sold minus Bluebook for that particular car.
Expert Answer
Answer to C++ Program Create a class for a car auction house. The member variables are: ID (string), Sold (integer) and Bluebook (… . . .
OR

