P
Patrick F
Hi,
How come that a programming language not yet 10years old dosen't support
Multiple inherritances?, I got 2 classes, both with alot of fields and
methods that i need from my third class, so i tried:
class myClass3 : myClass1, myClass2 {
and got an error says that i cant. How can C# be a compete with C++ if
you cant even make a simple thing like that?
Is there a work around?
Patrick
How come that a programming language not yet 10years old dosen't support
Multiple inherritances?, I got 2 classes, both with alot of fields and
methods that i need from my third class, so i tried:
class myClass3 : myClass1, myClass2 {
and got an error says that i cant. How can C# be a compete with C++ if
you cant even make a simple thing like that?
Is there a work around?
Patrick