Inheritance - Programming

Q1:

An object of a derived class cannot access private members of base class.

A True

B False

ANS:A - True

The private members of the base class are never accessible outside the class.