Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. A class D can be derived from a class C, which is derived from a class B, which is derived from a class A.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    This is known as multiple levels of inheritance.


Be The First To Comment