2021年3月15日
摘要: super的使用 public class Person{//Person类我作为父类来使用 protected String name = "小明"; ​ } public class Student extends Person{ private String name = "小红"; publ 阅读全文
posted @ 2021-03-15 21:53 悲喜不通,唯吵闹乎 阅读(42) 评论(0) 推荐(0)