C# Programming - Inheritance - Discussion

Discussion Forum : Inheritance - True or False (Q.No. 2)
2.
An object of a derived class cannot access private members of base class.
True
False
Answer: Option
Explanation:
The private members of the base class are never accessible outside the class.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.