in reply to Re: Re^2: Private method variations
in thread Private method variations
Maybe I am being niave but, is there something wrong with MyClass::PRIVATE
Nothing beyond the extra 4 (for OUR::) or 5 (for MY::) characters that you have to type every time you call the method :-)
I fear I am too lazy to want to type those extra characters that often.
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^4: Private method variations
by stvn (Monsignor) on Mar 01, 2004 at 21:57 UTC | |
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 |