Vidyalelo
C++ Programming · Q31

Inheritance in C++

Programming · C++ Programming · question 31

Q31

In C++, which access specifier allows the members of a base class to be accessible in the derived class, but not from outside the class?

A.
public
B.
private
C.
friend
D.
protected
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board