Does .NET support multiple inheritance? Technology Community › Category: .NET Core › Does .NET support multiple inheritance? 0 Vote Up Vote Down VietMX Staff asked 4 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.