代碼如下:interface A{int x = 0;}class B{int x =1;}class C extends B implements A {public void pX(){System.out.println(x);}public static void main(String[] args) {new C().pX();}}
改錯(cuò)題,懇請(qǐng)大神解決
qq_回眸v時(shí)光O_03469823
2016-12-15 16:45:53