29 Apr
2007
29 Apr
'07
8:03 p.m.
skip@pobox.com wrote:
Since the language doesn't require that a subclassed method take the same parameters as the base class method, you can't assume that it does.
The argument is that in the special case of a cooperative super call, it doesn't make sense for the parameter list to be different, because you don't know which method you're calling, so the signature of all methods along the super chain has to be standardised. -- Greg