[Tutor] calling a superclass method after overriding it

Kent Johnson kent37 at tds.net
Tue Sep 22 20:22:52 CEST 2009


On Tue, Sep 22, 2009 at 2:20 PM, Serdar Tumgoren <zstumgoren at gmail.com> wrote:

> Is my case isolated enough here that I could use the old syntax, but
> leave my remain usages of super in tact? My worry is that I'd have to
> convert all of my subclasses (quite a few at this point) to the
> old-style...

I know that when you need super(), you have to use it everywhere. So I
would stick with what you have.

Kent


More information about the Tutor mailing list