用java定义一个接口,用于查询课程

日期:2018-05-10 13:17:26 人气:1

用java定义一个接口,用于查询课程

接口类: public interface CourseChooseImpl { public String qcc(String spe); } Stu方法类: public class Stu implements CourseChooseImpl{ int ID; // 学号 String name[];// 姓名 char sex; // 性别 String spe; // 专业
    A+
热门评论