文件名称:ClassroomsClass
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 姬**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
写一个教室类,有学生/老师/网管
其中学生人数可以不同,但是开班以后,人数必须固定(数组)
老师只有一个,所有教室共享(static)
网管所有教室共享,并且不变.
要求实现代码以后,创建一个教室对象-Write a classroom class, a student/teacher/network management in which the number of students may be different, but the classes later, the number must be fixed (an array) is only one teacher, all the classrooms shared (static) Network shared in all classrooms, and the same. Requirements After the realization of the code to create a class object
其中学生人数可以不同,但是开班以后,人数必须固定(数组)
老师只有一个,所有教室共享(static)
网管所有教室共享,并且不变.
要求实现代码以后,创建一个教室对象-Write a classroom class, a student/teacher/network management in which the number of students may be different, but the classes later, the number must be fixed (an array) is only one teacher, all the classrooms shared (static) Network shared in all classrooms, and the same. Requirements After the realization of the code to create a class object
相关搜索: ClassroomsClass
(系统自动生成,下载前可以参看下载内容)
下载文件列表
教室类\ClassRoom.java
......\Person.java
......\Student.java
......\Teacher.java
......\Admin.java
......\Test.java
教室类
......\Person.java
......\Student.java
......\Teacher.java
......\Admin.java
......\Test.java
教室类