Why is Multiple Inheritance not allowed in C#?

Questions by Con2Vini   answers by Con2Vini

Showing Answers 1 - 3 of 3 Answers

One reason is to avoid name collision or avoid the problem of Identity which can lead to collision in method overriding. However, please note that absolute multiple inheritance is not possible in C# but C# partially supports multiple inheritance via Interfaces.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions