in reply to Re^2: Why can't I call SUPER from user code?
in thread Why can't I call SUPER from user code?

Overriding methods in the parent class lets child classes have the same interface but a different implementation. If you override the bang method, then it is normaly assumed that the changes you made are needed in order for that object to work correctly. I can't think of any case where it would be usefully to override this behaviour (of course that might just be lack of imagination on my part).


___________
Eric Hodges
  • Comment on Re^3: Why can't I call SUPER from user code?