package subpkg; import superpkg.Top002; public class Bottom002 extends Top002 { public void m() { System.out.println("Bottom002.m() running"); } }