为什么我会显示setScreen和getScreen有错

来源:7-1 什么是 Java 中的封装

AndrewOVO

2018-07-25 18:53

求解:https://img2.mukewang.com/5b58567000013b9c08990468.jpg

https://img.mukewang.com/5b58567c0001555408320352.jpg


13行显示The method setScreen(float) is undefined for the type Shouji错。

14行显示The method getScreen() is undefined for the type Shouji错

写回答 关注

1回答

  • 慕粉18637190692
    2018-07-25 19:11:41

    你的setScreen方法里面要给当前对象赋值  所以setScreen方法里面应该是this.screen=newScreen;才对


    Andrew...

    额,谢谢,但只是我new的对象写错了。。不是Shouji,而是Shouji1..

    2018-07-26 10:14:26

    共 1 条回复 >

Java入门第二季 升级版

课程升级!以终为始告别枯燥,在开发和重构中体会Java面向对象编程的奥妙

530560 学习 · 6091 问题

查看课程

相似问题