Question: #include #include using namespace std; class student{ public: string name1; string name2; char grade; //getter and setter functions void setName1(string n1); string getName1(); void setName2(string
#include
Can someone explain this code Please
Thank You!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
