Question: Which function ( s ) in the following class interface should include error checking for validity / consistency ? class Student { public: Student (
Which functions in the following class interface should include error checking for validityconsistency
class Student
public:
Studentint anid;
int setidint id;
string getid const;
string getname const;
void setnamestring newname;
private:
string name;
int id;
;
Question options:
Student
getid
getname
All of these
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
