Question: Write a program that uses the class houseType Please specify what I put in main.cpp, houseType.h and houseType.cpp Please do not leave anything out Thank
Write a program that uses the class houseType
Please specify what I put in main.cpp, houseType.h and houseType.cpp
Please do not leave anything out
Thank you!


Exercises | 729 Consider the following declarations: (1, 2,3, 6, 7) class houseType 11. public: void set (string, int, int, int, int, int, double, double)i void print ) const; void setstyle (string) string getstyle () const; void setNumOfBedrooms (int); int getNumOfBedrooms ) const void setNumofBathrooms (int); int getNumOfBathrooms () consti void setNumofCarsGarage (int); int getNumofCarsGarage ) const: void setYearBuilt (int); int getYearBuilt () const; void setFinishedSquareFootage (int); int getFinishedsquareFootage ) const; void setPrice (double) double getPrice() const; void setTax (double) double getTax ) const; houseType (string -, int 0, int 0, int 0, int -0, int 0, double = 0, double 0); private: string style; int numofBedrooms int numOfBathrooms; int numOfCarsGarage,; int yearBuilt; int finishedsquareFootage; double price; double tax; li
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
