Can Multiple Inheritance implemented in C# ? Technology Community › Category: C# › Can Multiple Inheritance implemented in C# ? 0 Vote Up Vote Down VietMX Staff asked 4 years ago In C#, derived classes can inherit from one base class only. If you want to inherit from multiple base classes, use interface.