2004-04-01

juan_gandhi: (Default)
2004-04-01 04:28 pm

write protected members

Funny - if Java had something like:

write protected String currentDesciption;

meaning that this class and superclasses can write, but not other guys - there would be not much need to use those ugly getters and setters at all. :)