Vidyalelo
C++ Programming · Q35

Classes and Objects in C++

Programming · C++ Programming · question 35

Q35

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

A.
public
Answer
B.
private
C.
protected
D.
internal

Answer: Option A

Solution

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