Home » C# Programming » Inheritance

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

Correct Answer: True

Explanation:

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

← Previous Question

More Questions from Inheritance

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion