文件名称:shiyan4code
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2014-12-25
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 吕**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、编写Student类,类体定义:
班级(banji)和姓名(sname)成员,私有的,字符类型;
构造函数;
取值函数,使得子类可以访问私有成员;
重定义Object父类的toString()方法,可以以“班级,姓名”的形式输出对象,并进行拼写检查
再编写一个RPG类,类体中包含 main方法,编写代码以测试Student类体的编写。
-1, the preparation of the Student class, the class body definition:
Class (banji) and name (sname) members, private and character types
Constructor
The value function so subclasses can access private members
Redefine the parent class Object toString () method, can be class, the name form output object, and spell checking
Then write an RPG class, the class body contains the main method, write code to test the Student class body of writing.
班级(banji)和姓名(sname)成员,私有的,字符类型;
构造函数;
取值函数,使得子类可以访问私有成员;
重定义Object父类的toString()方法,可以以“班级,姓名”的形式输出对象,并进行拼写检查
再编写一个RPG类,类体中包含 main方法,编写代码以测试Student类体的编写。
-1, the preparation of the Student class, the class body definition:
Class (banji) and name (sname) members, private and character types
Constructor
The value function so subclasses can access private members
Redefine the parent class Object toString () method, can be class, the name form output object, and spell checking
Then write an RPG class, the class body contains the main method, write code to test the Student class body of writing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验4代码.txt