用java定义一个接口,用于查询课程
用java定义一个接口,用于查询课程
日期:2018-05-10 13:17:26 人气:1
接口类:
public interface CourseChooseImpl {
public String qcc(String spe);
}
Stu方法类:
public class Stu implements CourseChooseImpl{
int ID; // 学号
String name[];// 姓名
char sex; // 性别
String spe; // 专业