Question: ` ` ` #ifndef STUDENT _ H #define STUDENT _ H #include class Student { public: Student ( const char * const name, int perm
#ifndef STUDENTH
#define STUDENTH
#include
class Student
public:
Studentconst char const name, int perm;
int getPerm const;
const char const getName const;
void setPermconst int perm;
void setNameconst char const name;
Studentconst Student &orig;
~Student;
Student & operatorconst Student &right;
std::string toString const;
private:
int perm;
char name; allocated on heap
;
#endif
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
