shape st[][]=new shape[3][2]; shape st[0][0]=new circle(2); shape st[0][1]=new circle(4);为什么不对?

来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/17 20:50:16
shapest[][]=newshape[3][2];shapest[0][0]=newcircle(2);shapest[0][1]=newcircle(4);为什么不对?shapest[][]=n

shape st[][]=new shape[3][2]; shape st[0][0]=new circle(2); shape st[0][1]=new circle(4);为什么不对?
shape st[][]=new shape[3][2]; shape st[0][0]=new circle(2); shape st[0][1]=new circle(4);
为什么不对?

shape st[][]=new shape[3][2]; shape st[0][0]=new circle(2); shape st[0][1]=new circle(4);为什么不对?
把第二个和第三个shape去掉就好了,因为st[0][0]在第一句里面已经定义类型了