Lets suppose I have the following two classes
public class alpha { public alpha(){ //some logic } public void alphaMethod1(){ /
Simply use super.alphaMethod1();
super.alphaMethod1();
See super keyword in java