继承、重写以及this、super的使用

  继承、重写以及this、super的使用 父类Extend的信息: public class Extend {     static int age=98;     String hobby;     public Extend(){         System.out.println("Extend无参构造方法");     }     public void say() {       
相关文章
相关标签/搜索