how to archive multiple inheritance in .net
-
I am working in a project implemented in COM (ATL)where , my class derives from app 12-14 classes. Now while implementing the same class in C#, i am facing problem (as C# not support multiple inheritance). Can you please provide me the ways we can archive multiple inheritance in .net.
-
I am working in a project implemented in COM (ATL)where , my class derives from app 12-14 classes. Now while implementing the same class in C#, i am facing problem (as C# not support multiple inheritance). Can you please provide me the ways we can archive multiple inheritance in .net.
-
I am working in a project implemented in COM (ATL)where , my class derives from app 12-14 classes. Now while implementing the same class in C#, i am facing problem (as C# not support multiple inheritance). Can you please provide me the ways we can archive multiple inheritance in .net.
-
I am working in a project implemented in COM (ATL)where , my class derives from app 12-14 classes. Now while implementing the same class in C#, i am facing problem (as C# not support multiple inheritance). Can you please provide me the ways we can archive multiple inheritance in .net.
It sounds like the old application was poorly designed, rewrite it. :-D
-
There are no multiple inheritance in C#. But this is the answer : http://www.c-sharpcorner.com/UploadFile/cbreakspear/MultipleInheritance11082005004843AM/MultipleInheritance.aspx[^]
stancrm wrote:
There are no multiple inheritance in C#.
Correct.
stancrm wrote:
But this is the answer :
No it isn't.