Q31
What is the access specifier that restricts access to members of a class to only its friend classes and member functions in C++?
A.
friend
B.
public
C.
private
AnswerD.
protected
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board