ISRO exam 2016 – Question 78 with Solution
In this video we are going to discuss another question which was asked in the exam of ISRO
- If a class C is derived from class B, which is derived from class A, all through public inheritance, then a class C member function can access
- only protected and public data of C & B
- Only protected and public data of C
- all data of C and private data of A & B
- public and protected data of A & B and all data of C