in reply to $functions xor $methods
Object oriented inheritance is not about reading the implementation of your SUPER classes.
If you are overriding method you should expect to reimplement it.
Consider: if the _helper_function's effect was contained in the method, you would not be complaining, but you would still have to reimplement the effect.
The SUPER class author is telling you outright not to count on the interface of _helper_function.
Just be happy he gave you an example implementation.
If you're going to use object programming, use method calls. Don't use functions.
Exactly right, but this should be applied to yourself as a client writer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: $functions xor $methods
by Ovid (Cardinal) on Oct 30, 2002 at 17:34 UTC | |
by sauoq (Abbot) on Oct 30, 2002 at 22:51 UTC | |
by Aristotle (Chancellor) on Oct 31, 2002 at 16:00 UTC |