System.out.println("y = " + y); } } class test2 extends test1{ private int z; public test2(int x, int y, int z){ super(x, y); this.z = z; }
確定! 回上一頁