猿问
2-10选择题疑问
这题为什么答案是
小明今年18岁了!
null今年18岁了!
qq_踏雪_5
浏览 1471
回答 2
2回答
vgbh
Student stu = new Student(); stu.setName("小红"); stu.setAge(13); Student stu1 = new Student(); stu1.setName("小明"); stu1.setAge(18); 另外age依旧是18的意思是,在Student类中age属性为static属性,值的数据内容跟对象无关,且只为一种。
0
0
1
qq_wee_1
stu1没有调用
0
0
0
随时随地看视频
慕课网APP
相关分类
Java
我要回答