Which one is correct? It depends. If you are writing a class that
simply adds to some of the parent class behavior,
it's best to simply pass along arguments you
haven't dealt with. However, if you want precise
control over the parent class behavior, you should determine the
argument list explicitly, and pass it.
 |  |  |
8.8. The SUPER Way of Doing Things |  | 8.10. Where We Are So Far... |