Inheritance - Programming

Q1:

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

A True

B False

ANS:A - True

No answer description is available. Let's discuss.