http://qs321.pair.com?node_id=996031


in reply to Re: Altering the inheritance path of an object
in thread Altering the inheritance path of an object

I work with a complex inheritance layout and have the impression that some classes can gain some functionality by inserting a new SUPER class (without breaking the code). But I prefer to work at the "test level" instead of changing the inheritance path in the classes' files. This way, if I am proved wrong, I don't have to change anything (and there is no risk to leave the classes with a wrong inheritance path)

.

citromatik