Does .NET support multiple inheritance?

Technology CommunityCategory: OOPDoes .NET support multiple inheritance?
VietMX Staff asked 3 years ago

.NET does not support multiple inheritance directly because in .NET, a class cannot inherit from more than one class. .NET supports multiple inheritance through interfaces.