Vidyalelo
C++ Programming · Q15

Object Oriented Programming in C++

Programming · C++ Programming · question 15

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
Answer

Answer: Option D

Solution

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