Q5
Which access specifier allows members of a class to be accessed from outside the class in C++?
A.
private
B.
protected
C.
friend
D.
public
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board