On Sun, 13 Apr 2008 10:01:29 GMT, thufir <hawat.thufir@[EMAIL PROTECTED]
>
wrote, quoted or indirectly quoted someone who said :
>I'm reviewing access levels, but don't see how this can be done.
There are two basic methods to manipulate the base class's private
variable.
1. change the scope of the variable in the base class to protected,
default or public
2. manipulate the private field via a method, setter or constructor
which is protected, default, or public.
I can't think of any other way.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com


|