[
Lists Home |
Date Index |
Thread Index
]
> If you have public accessors to a private variable then
> besides following dogmatic mandates to "always use accessor
> methods" what exactly is the point?
The point is that derived classes can overide the access methods. Hence the
dogmatic rules.
|