摘要:
public class ke { /** * @param args */ public static void main(String[] args) { System.out.println(new A()); }}class A{}A@2a13... 阅读全文
posted @ 2015-11-07 18:47
落地生根
阅读(197)
评论(0)
推荐(0)
摘要:
//父类Parentclass Parent{ int x; int y; Parent() { x = 0; y = 0; } public void Set(int a,int b) { x = a; ... 阅读全文
posted @ 2015-11-07 18:37
落地生根
阅读(271)
评论(0)
推荐(0)
浙公网安备 33010602011771号