0 Members and 1 Guest are viewing this topic.
U u;G g;B b;Z z;X x;
u = z;x = b;g = u;x = u;
u = b;x = g;z = u;g = x;
You have your logic backwards pimathbrain. And Element, I've run into a problem, with the z, x, and u, it seems to me to be impossible for those three conditions to be true (or false as it were). I'll see if I can't figure something out though =P
class U implements X, Ginterface Ginterface Xclass B implements Xclass Z extends U