|
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.
|