Vidyalelo
C++ Programming · Q16

Inheritance in C++

Programming · C++ Programming · question 16

Q16

In C++, which access specifier allows the members of a base class to be accessible in the derived class as well as from outside the class?

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

Answer: Option A

Solution

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