java游泳池程序代码 c++游泳池( 二 )


age = range;
}
//get set方法省略 。。。
}
public class Test {
public static void main(String[] args) {
Student s = new Student("alibb008", "杰克马", '公', 18) ;
System.out.println(s.toString());
s.changeAge(50);
System.out.println(s.toString());
}
}
感慨啊 。。。
java游泳池程序代码的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于c++游泳池、java游泳池程序代码的信息别忘了在本站进行查找喔 。

推荐阅读