Question: The following statements have errors. What are they? class Person { }; private: string name; string address; A constructor with two parameters public: void
The following statements have errors. What are they? class Person { }; private: string name; string address; A constructor with two parameters public: void Person (string n, string a) { } name = n; address Fa;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Answer Heres the corrected version include using namespace std class ... View full answer
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
