Vidyalelo
C++ Programming · Q4

Object Oriented Programming in C++

Programming · C++ Programming · question 4

Q4

What is the access specifier that allows members to be accessed from outside the class 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