J
JonWayne
If you destroy an instance of a class that has children obects defined
within, do the child objects go south with the parent?
within, do the child objects go south with the parent?
Just to rephrase a little: let say the children objects are set with the NEW
keyword and become alive with the use of 1 or more properties or methods -
in which case, pointers are created. Do the kids get destroyed simply thru
the destruction of the parent, or do their pointers keep them alive?
thanks
JonWayne said:If you destroy an instance of a class that has children obects
defined within, do the child objects go south with the parent?