Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. We can derive a class from a base class even if the base class's source code is not available.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    We can derive from a base class even if it is present in an assembly.


Be The First To Comment