Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. In an inheritance chain which of the following members of base class are accessible to the derived class members?

    1. static
    2. protected
    3. private
    4. shared
    5. public

  2. A.
    1, 3
    B.
    2, 5
    C.
    3, 4
    D.
    4, 5

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment