摘要: 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 落地生根 阅读(184) 评论(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 落地生根 阅读(225) 评论(0) 推荐(0) 编辑