Vidyalelo
C++ Programming · Q5

Inheritance in C++

Programming · C++ Programming · question 5

Q5

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

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

Answer: Option D

Solution

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