0
Need help with this c++ program
Create a class named āHouseā. The class should have an integer type data member called āAreaā. Create and initialize three objects from the class āHouseā using three different types of ctors.
4 Answers
+ 4
Show us your attempt. Dont ask your school homework here
+ 3
Please provide your attempt.
https://www.sololearn.com/discuss/333866/?ref=app
+ 2
Soheer Khan third one is "copy constructor".
0
I already did using the the simple ctor and prematerise ctor . I just don't know what is the third type .