为了账号安全,请及时绑定邮箱和手机立即绑定

关于set和get方法和老师写的代码一样,为什么就是运行不了,求大神指明错误?


https://img1.sycdn.imooc.com//5c6bbdd80001849310030451.jpg

https://img1.sycdn.imooc.com//5c6bbdd80001508311830512.jpg

第九行错误显示:the method setCore(int) is undefined for the type Car.

第十行错误显示:the method getCore(int) is undefined for the type Car.


正在回答

3 回答

public class Car{

         private int core;

         public void setCore(int core){

          this.core = core;

}

         public int getCore(){

         return this.core

}

         Car hello = new Car();

         System.out.print(hello.core(6));


0 回复 有任何疑惑可以回复我~
#1

霸气小肆毛 提问者

谢谢大佬,你的这个方法我懂了。 我还想再弱弱的问一下,为啥我之前得方法是错误的啊,我想知道错在哪里,我好像看老师也这样写的。
2019-02-19 回复 有任何疑惑可以回复我~

不是,你自己的类名是Inicar,创建类的对象也是  IniCar  hello = new  IniCar();

0 回复 有任何疑惑可以回复我~
#1

城序圆

inicar是测试类,,,
2019-03-06 回复 有任何疑惑可以回复我~

代码我看着没问题,你应该是没保存,保存一下再运行

0 回复 有任何疑惑可以回复我~
#1

霸气小肆毛 提问者

明白了,谢谢!
2019-02-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

关于set和get方法和老师写的代码一样,为什么就是运行不了,求大神指明错误?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信