What will the variable "y" be in class B?class A {int x;protected:int y;public:int age;};class B : private A {string name;public:void Print() {cout << name << age;}};
A. public
B. private
C. protected
D. None of these
What will the variable "y" be in class B?class A {int x;protected:int y;public:int age;};class B : private A {string nam
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will the variable "y" be in class B?class A {int x;protected:int y;public:int age;};class B : private A {string nam
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!