2
Reply

Is .NET supported Multiple Inheritance?

Ankit Agarwal

Ankit Agarwal

12y
1.6k
0
Reply

    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