Can Multiple Inheritance implemented in C# ?

Technology CommunityCategory: C#Can Multiple Inheritance implemented in C# ?
VietMX Staff asked 3 years ago

In C#, derived classes can inherit from one base class only. If you want to inherit from multiple base classes, use interface.