Q2
What is the access specifier that restricts access to members of a class to only its derived classes in C++?
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