[DGD] Dynamic inheritance

Risto Karjalainen risto.karjalainen at pp1.inet.fi
Sat Dec 22 17:30:49 CET 2001


Dworkin wrote:
> You are aware that it is possible to recompile an object without first
> destructing it, and that different inherited objects may be added or
> removed this way?

Yes, I am aware of this. But doing it this way would make all the clones
change their properties, which is not the desired effect. What I want is to
alter a certain, single clone of a parent object. Say, I have two objects A
and B, both being clones of C. What I strive for is altering A while B and C
stay intact. From what little knowledge I have, I gather recompiling C would
result into both clones, A and B, being updated, which is not my intention.

Regards,
Risto Karjalainen



_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list