Vidyalelo
C++ Programming · Q41

Inheritance in C++

Programming · C++ Programming · question 41

Q41

Which specifier makes all the data members and functions of base class inaccessible by the derived class?

A.
private
Answer
B.
protected
C.
public
D.
both private and protected

Answer: Option A

Solution

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