Does .NET support multiple inheritance?
Anonymous
.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.
Check out your Company Bowl for anonymous work chats.