Hi friends,
How can we achieve Multiple Inheritence in C#?
Thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 1, 2012, 4:26 AM
http://www.c-sharpcorner.com/uploadfile/b942f9/simulating-multiple-inheritance-in-C-Sharp-part-i/
http://www.c-sharpcorner.com/uploadfile/b942f9/simulating-multiple-inheritance-in-C-Sharp-part-ii/
Anil KumarPosted Jun 1, 2012, 2:07 AM
However, if you want to have multiple inheritance, you can achieve it by using Interfaces.
Chintan RathodPosted Jun 1, 2012, 1:41 AM
Here is the link of Multiple Inheritance Article. Very Nice.Attachment is code for it.
Thanks & Regards
-----------------
Chintan Rathod