文件名称:StudentTest
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1kb
-
已下载:4次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
/*(1) 定义一个Java类来表示学生信息,类名为Student ,包含属性有:int类型的id(学号)、String类型的name(姓名)、double类型的grade(成绩)和int类型的age(年龄)。
(2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出:
学号 姓名 成绩 年龄
1 张三 89 20
2 李四 98 21
(3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置属性,然后修改StudentTest类通过get和set方法获得和设置属性。
(4) 为学生类添加带参数的构造函数以便用户初始化对象的数据。*/-Define a Java class, Student information that Student named, contains attributes are: the id (int type), and the type of Student id name moves (name), double type of grade (int), and the type of age-related damage (age).
(2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出:
学号 姓名 成绩 年龄
1 张三 89 20
2 李四 98 21
(3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置属性,然后修改StudentTest类通过get和set方法获得和设置属性。
(4) 为学生类添加带参数的构造函数以便用户初始化对象的数据。*/-Define a Java class, Student information that Student named, contains attributes are: the id (int type), and the type of Student id name moves (name), double type of grade (int), and the type of age-related damage (age).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StudentTest.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.