风中大侠

文章
6
资源
0
加入时间
3年0月8天

6-35 教师、学生排序

已知Main类、Person类的设计,完成Student类,Teacher类、MyTool类的设计。函数接口定义:class Student extends Person{ }class Teacher extends Person{ }class MyTool{ public static void separateStu_T(List persons,List teachers,...