Is .NET supported Multiple Inheritance?
Ankit Agarwal
No, .NET does not support Multiple Inheritance directly. We can implement Multiple Inheritance using Interface.
in .net Multiple inheritance is not supported but you can achieve same task like as a multiple inheritance through Intrfaces