Could make TAncestor.GetFile abtract so it has to be overriden but provide a helper method for people who don't want to implement it themselves?
Also, do you not have control over who is overriding this method? e.g. is it used by people external to your team?
procedure TDescentdent.GetFile;
begin
FileUtils.GetFile
end;
Edit: Steve is of course right if you have control over the descendant code
