----- Original Message ----- From: "Joseph Kesselman" <[EMAIL PROTECTED]> > > > > I agree with your comments, except for the one above. What do you mean > "do > > what you want"? Instance variables in those classes are private. > > Sure, but you could replace them with other instance variables by > overriding methods and create a back door. In some specific places, Final > is a valid security measure. >
I see, yes I guess you could do something like that. Good point. -- Santiago
