Question: 2. Implement the constructor, copy constructor, setStudent(), getStudent() of the following class class Student{ { private: string name; char id[10]; int testScore[3]; foat avgScore; public:

2. Implement the constructor, copy constructor, setStudent(), getStudent() of the following class class Student{ { private: string name; char id[10]; int testScore[3]; foat avgScore; public: Student(); Student(const Student&); void setStudent(); Student getStudent()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
