摘要: 一、今日学习内容 继承类的研究验证: 1、研究生继承 1 public class Student2 { 2 protected int num; 3 protected String name; 4 protected char sex; 5 Student2(){} 6 public void 阅读全文
posted @ 2020-08-15 21:51 白日梦想家~ 阅读(27) 评论(0) 推荐(0) 编辑