in reply to Re^4: Private method variations
in thread Private method variations
It also differs a little from the meaning of "private" in some other languages since you can easily get at the method from other classes if you ask for it explicitly - it's just in another package after all.
Quite true, but do you not intend it to be viewed as "private" ala Java/C++ etc? In which case, the name may actually help to "enforce" your intentions even though the reality is actually different.
-stvn
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Private method variations
by adrianh (Chancellor) on Mar 01, 2004 at 23:32 UTC | |
by stvn (Monsignor) on Mar 02, 2004 at 01:05 UTC | |
by adrianh (Chancellor) on Mar 02, 2004 at 12:23 UTC |