2017年11月20日

摘要: package cn.wzx.www; public class A { private B b = null; public void fun(){ this.b=new B(this); this.b.fun(); } public void print(){ System.out.println("Hello... 阅读全文
posted @ 2017-11-20 13:45 老张的小迷妹儿 阅读(122) 评论(0) 推荐(0) 编辑
摘要: package cn.wzx.www; public abstract class Person { private String name; private int age; public Person(String name,int age){ this.name=name; this.age=age; } ... 阅读全文
posted @ 2017-11-20 13:45 老张的小迷妹儿 阅读(110) 评论(0) 推荐(0) 编辑

导航