Your premium content subscription is a single payment that gives you:
One of hundreds of answers available with our premium content service.
A: This type of call to a method in the superclass chained to a call in the subclass can be done if the superclass calls an abstract method that is overridden in the subclass, see the example below.
… full answer hidden
Premium members click below for full answer
How can I get the superclass to call back to a method in the subclass?