摘要: 学习内容 1、研究生继承 1 public class Student2 { 2 protected int num; 3 protected String name; 4 protected char sex; 5 Student2(){} 6 public void setValue(int n 阅读全文
posted @ 2020-08-18 19:26 第厘 阅读(75) 评论(0) 推荐(0) 编辑