//renaming A.m to fred package p; public class A{ int fred(int m) { return fred ( m ) ; } } class B extends A{ void f(){ super . fred (4); } }