why Mutiple inneritence cant support in C#?
Murugavel Sadagopan
no it wont.
If we try to inherit from 2 classes, there would be 2 mains. but c# will not support that. Entry point should be one main only.. CLR can't decide from which entry point it should start. Hence Multiple inheritance cant be supported. It would be possible to interfaces only.
http://www.c-sharpcorner.com/UploadFile/cbreakspear/MultipleInheritance11082005004843AM/MultipleInheritance.aspx