I have two Java classes: B, which extends another class A, as follows :
class A { public void myMethod() { /* ... */ } } class B extends A { public
Use the super keyword.