One of hundreds of answers available with our premium content service.
A: The example below shows a general class GeneralNotifier with a method printMessage() which is overridden in the subclass SpecialNotifier. The SpecialNotifier also has a method printParentMessage() that calls the superclass version of printMessage().
… full answer hidden
Premium members click below for full answer
Can you give an example call to an overridden superclass method?