//包
com.lihongli.Stu;
//接口
public interface Student{
public List getStudentInfo(string[] stuArr);//获得班级学生信息
}
//实现类
public List getStudentInfo(string[] stuArr){
//如果需要实现,请把具体的需求发过来。296253279QQ
}
好好看看设计模式吧 oop设计规范
class student{
int num;//student num
String name;//student name
/*.....如有其它信息自己补充.........*/
}
这是什么呢
又设计成类,又设计成接口 ,到底是什么》?