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