Vidyalelo
C++ Programming · Q40

Object Oriented Programming in C++

Programming · C++ Programming · question 40

Q40

Which access specifier allows members of a class to be accessed from anywhere in the program in C++?

A.
protected
B.
public
Answer
C.
friend
D.
None of the above

Answer: Option B

Solution

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