class Child extends Parent { public static int b = 3; public static int c = 4; public static void bar() {} public static void baz() {} }