Question: class A { protected: int x , y , z; } ; class B: private A { protected: char u , v; public char p;
class A
protected: int x y z;
;
class B: private A
protected: char u v;
public char p;
;
class C: protected B
private: float w m;
public int q;
;
What are the members and their statuses of C
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
