At 01:37 PM 6/27/03 -0400, Paul Winkler wrote: > > o Parent references introduce circular references > >why? how would would you create a cycle? The parent by definition has a reference to the child, P->C, so the addition of a pointer to the parent creates C->P. Thus, a cycle between P and C.