public class Bottom4 extends Top4 { public Bottom4() { super("hello"); } public static void main(String[]argv) { Bottom4 b = new Bottom4(); } }