From: Jordi 'I. M. <jmi...@or...> - 2000-11-29 09:52:54
|
I absolutely agree. Things are already complicated enought and I don't want to add one single line of code there. Dan Steinman wrote: > It is both mine and Pascal's opinion that no special inheritance system is needed for DynAPI. Just make careful attention, and structure using basic prototypes and you can do everything (except doing multiple inheritance). Don't overwrite variables, and you don't even necessarily need to overwrite methods, and everything works perfectly. The most simplistic solution is often the best, and I believe that is the case here. > > Dan > |