文件名称:student

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2013-11-12
  • 文件大小:
  • 14kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 孙**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

对学生管理系统进行如下修改。

(1)引入一个抽象基类Person,并将showMe方法定义为抽象方法。

(2)将类Student(本科)改为由类Person派生的类Major,并给出showMe方法的具体实现

(3)再派生一个硕士研究生类Master(硕士)和一个博士研究生类Doctor(博士) ,并通过方法覆盖实现它们各自的showMe方法

(4)分别为Major、Master、Doctor类添加至少两个新的具有不同访问权限的成员变量和对应的访问方法(类似Set和Get函数)

(5)为Student类提供比较Student, Major, Master, Doctor的对象内容是否相等的功能(要求覆盖Object类的equals方法)

-Student management system be modified as follows.

(A) introducing an abstract base class Person, and showMe method is defined as abstract methods.

(2) the class Student (undergraduate) replaced by the class Person class that derives Major, and gives the method implementation showMe

(3) and then derive a graduate class Master (MA) and a doctoral student class Doctor (PhD), and through the method overriding methods to achieve their respective showMe

(4) respectively, Major, Master, Doctor add at least two new classes have different access rights of member variables and the corresponding access method (similar to the Set and Get functions)

(5) to provide comparative Student class Student, Major, Master, Doctor of the contents of the object are equal functionality (requires override the equals method of the Object class)
(系统自动生成,下载前可以参看下载内容)

下载文件列表





student system.java

...................\.classpath

...................\.project

...................\.settings

...................\.........\org.eclipse.jdt.core.prefs

...................\bin

...................\...\Doctor.class

...................\...\Major.class

...................\...\Master.class

...................\...\Person.class

...................\...\StuKeyboardInput.class

...................\...\StuMenu.class

...................\...\StuQuery.class

...................\...\Stumain.class

...................\src

...................\...\Doctor.java

...................\...\Major.java

...................\...\Master.java

...................\...\Person.java

...................\...\StuKeyboardInput.java

...................\...\StuMenu.java

...................\...\StuQuery.java

...................\...\Stumain.java

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org