Home / C# Programming / Inheritance :: True or False

C# Programming :: 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

    Discuss Discuss in Forum


  3. Creating a derived class from a base class requires fundamental changes to the base class.

  4. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. It is illegal to make objects of one class as members of another class.

  6. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum