All > Technology > Programming > Java
A form of method overriding in which the sub class version of a method calls the super class version first of all and then uses or manipulates the result or effects of that call in some way.
- Browse Related Terms: class header, method overloading, overriding for breadth, overriding for chaining, overriding for restriction, sub type, super class, super type