Vidyalelo
C++ Programming · Q10

Constructors and Destructors in C++

Programming · C++ Programming · question 10

Q10

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

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

Answer: Option D

Solution

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