class Child extends Parent { public static String bar() { return "Child.bar"; } public static String baz() { return "Child.baz"; } }