View Single Post
Old 06-16-2004, 05:58 PM   #5 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
i think you missed the point. i will spell it out blatantly:

DO NOT attempt to modify the 'this' pointer under any circumstances.
i'm pretty sure that java won't let you do it (but c++ will). it is not a question of style, or even good programming methods, it is a programming error to modify the 'this' pointer.
joe_bruin is offline   Reply With Quote