Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

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

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment