Multiple Inheritance

In this lesson, you'll learn what multiple inheritance is and how it can be implemented in C#.

What Is Multiple Inheritance?

When a class is derived from more than a single base class, i.e., when a class has more than one immediate parent, it is an instance of multiple Inheritance. Let’s take an example of Redbull:

Get hands-on with 1200+ tech skills courses.