Q15
What is the access specifier that allows members to be accessed only within the same class or by derived classes in C++?
A.
internal
B.
private
C.
public
D.
protected
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board