in reply to Building an object tree
For instance, you might have a child node that was the parent for two other nodes. If were not careful when deleting the child, the childres for which it is the parent might still be allocated memory, and they would be inaccessible.
I highly recommend Damian Conway's book "Object Oriented Perl". it goes into this subject quite well.
Mike - mps@discomsys.com
"The two most common elements in the universe are hydrogen... and stupidity."
Harlan Ellison
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 2: Building an object tree
by tilly (Archbishop) on Feb 26, 2001 at 02:19 UTC | |
by MeowChow (Vicar) on Feb 26, 2001 at 03:59 UTC | |
by tilly (Archbishop) on Feb 26, 2001 at 05:25 UTC | |
Re: Re: Building an object tree
by Beatnik (Parson) on Feb 26, 2001 at 02:19 UTC |