On 11/22/05, Niall Pemberton <[EMAIL PROTECTED]> wrote:
>
> Is there any objection to me changing instance variables from "protected"
> to
> "private"?


+1 unless there are already subclasses that access such variables from their
superclass ... in which case we should evaluate whether a getter method
might be better.  You can always loosen access rights later, but you can't
put the toothpaste back in the tube.

Niall


Craig

Reply via email to