posted 22 years ago
Unless of course the method is private final. (Or package private, i.e., not coderanch, protected, or private, and the superclass and subclass are in different packages.) Then it can't be called by the subclass. Of course, that's true for any method, final or not.