Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. The way a derived class member function can access base class public members, the base class member functions can access public member functions of derived class.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Base class cannot access derived class members since it does not have any knowledge of the derived class.


Be The First To Comment