Home » C# Programming » Inheritance

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!