G
Guest
Comments appreciated. I coded an approach to simulating multiple inheritance
of implementation in C# using PIMPL and a type based static class factory
that seems to combine the extensibility of inheritance with the encapsulation
of containment. Hopefully, the C++/cli coders here can read this C# code.
http://www.geocities.com/jeff_louie/oop27.htm
of implementation in C# using PIMPL and a type based static class factory
that seems to combine the extensibility of inheritance with the encapsulation
of containment. Hopefully, the C++/cli coders here can read this C# code.
http://www.geocities.com/jeff_louie/oop27.htm