Selecting the Super Class Version of a Method
public void method(int arg){
...
// Invoke the closest super class version.
super.method(arg);
...
}
Previous slide
Next slide
Back to first slide
View graphic version