文件名称:student
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-11
- 文件大小:
- 83kb
- 下载次数:
- 0次
- 提 供 者:
- ya***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)定义类,模拟现实中的学生、老师、课程等概念及这些概念之间的关系,如学生选课,教师授课等。
(2)定义至少一个带有参数的构造函数。
(3)分别通过调用默认的构造函数和带有参数的构造函数创建类的若干实例对象。
(4)调用对象的属性和方法,输出必要的信息。
-(1) the definition of class, simulates real-life students, teachers, curriculum concepts and the relationship between these concepts, such as student elective Lectures. (2) define at least one constructor with parameters. (3) several instances of a class object is created by calling the default constructor and a constructor with parameters. (4) call the object' s properties and methods, output the necessary information.
(2)定义至少一个带有参数的构造函数。
(3)分别通过调用默认的构造函数和带有参数的构造函数创建类的若干实例对象。
(4)调用对象的属性和方法,输出必要的信息。
-(1) the definition of class, simulates real-life students, teachers, curriculum concepts and the relationship between these concepts, such as student elective Lectures. (2) define at least one constructor with parameters. (3) several instances of a class object is created by calling the default constructor and a constructor with parameters. (4) call the object' s properties and methods, output the necessary information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第二个实验\Example.class
..........\Example.java
..........\Example.txt
..........\Examples.class
..........\Examples.java
..........\student.class
..........\吕张慧.doc
第二个实验