When creating a sub-class that has to implement a lot of pure virtual functions, it would be really useful to be able to implement the framework of all the pure-virtual methods in the inheritance chain.
This could be extended to allow base class methods to be overridden presenting, perhaps, a list of check boxes which when applied would provide the basic framework of all the mothods selected.