class Parent { public static String foo() { return "Parent.foo"; } public static String baz() { return "Parent.baz"; } }