C# Programming - Inheritance

Exercise : Inheritance - True or False
11.
There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Creating a derived class from a base class requires fundamental changes to the base class.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
It is illegal to make objects of one class as members of another class.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.