Question: class odd { protected: int id; public: string name; } ; class Deranged : public odd { public: void setName ( string name ) ;
class odd
protected:
int id;
public:
string name;
;
class Deranged : public odd
public:
void setNamestring name;
void setIDint id;
;
void Deranged: : setNamestring name
this name name; statement
void Deranged: : setIDint id
thisid id; statement B
a Both A and B are not accepted.
b Statement A is accepted only.
c Both A and B are accepted.
d Statement B is accepted only.
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
