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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board