Home » C# Programming » Inheritance

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

Correct Answer: True

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion