A.class X extends Y B.class Y implements X C.class X implements Y D.class Y extendsX
A.me B.this C.that D.super
A.float f[6][6]=new float[][]; B.float f[]=new float[6]; C.float f[][6]=new float[][6]; D.float[6][]f=new float[6][];