摘要: (1)今天学习了继承 (2)明天看一些案例,再继续往下看(3) 1 继承的格式 public class 子类名 extends 父类名{} 2 super this是指对本类对象的引用,super 是指对基类对象的引用 this.成员变量 super.成员变量 this.成员方法(...) sup 阅读全文
posted @ 2021-07-21 18:45 Cuora 阅读(26) 评论(0) 推荐(0)