Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment