[fpc-pascal] method renaming

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Jun 3 23:06:57 CEST 2010


On 03 Jun 2010, at 23:01, spir wrote:

> Is it possible to rename a method in a subclass (with or without overriding); for instance because the new name makes more sense in the subclass?

No, it is not. You can however obviously add a new method that calls the old one.


Jonas


More information about the fpc-pascal mailing list