Vidyalelo
C++ Programming · Q31

Object Oriented Programming in C++

Programming · C++ Programming · question 31

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
Answer
D.
protected

Answer: Option C

Solution

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