class A { public static void main(String[] args) { D d = new D(); d.xyzzy(); C c = new C(); c.xyzzy(); } }