You can do:
super.alphaMethod1();
Note, that super
is a reference to the parent class, but super()
is its constructor.
You can do:
super.alphaMethod1();
Note, that super
is a reference to the parent class, but super()
is its constructor.