Q16
In C++, which access specifier allows the members of a base class to be accessible in the derived class as well as from outside the class?
A.
public
AnswerB.
private
C.
protected
D.
friend
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board