文件名称:Java类的设计
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2018-06-18
- 文件大小:
- 891kb
- 下载次数:
- 0次
- 提 供 者:
- 东*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
假定根据学生的3门学位课程的分数决定其是否可以拿到学位,对于本科生,如果3门课程的平均分数超过60分即表示通过,而对于研究生,则需要平均超过80分才能够通过。根据上述要求,请完成以下Java类的设计:
(1)设计一个基类Student描述学生的共同特征。
(2)设计一个描述本科生的类Undergraduate,该类继承并扩展Student类。
(3)设计一个描述研究生的类Graduate,该类继承并扩展Student类。
设计一个测试类StudentDemo,分别创建本科生和研究生这两个类的对象,并输出相关信息。(It is assumed that a degree is determined based on the score of a student's 3 degree course. For undergraduate students, if the average score of the 3 courses exceeds 60, the average score is more than 80 points for graduate students. According to the above requirements, please complete the following Java class design:)
(1)设计一个基类Student描述学生的共同特征。
(2)设计一个描述本科生的类Undergraduate,该类继承并扩展Student类。
(3)设计一个描述研究生的类Graduate,该类继承并扩展Student类。
设计一个测试类StudentDemo,分别创建本科生和研究生这两个类的对象,并输出相关信息。(It is assumed that a degree is determined based on the score of a student's 3 degree course. For undergraduate students, if the average score of the 3 courses exceeds 60, the average score is more than 80 points for graduate students. According to the above requirements, please complete the following Java class design:)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Java类的设计.doc | 1085882 | 2018-06-18 |