问答详情
源自:7-1 什么是 Java 中的封装

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

求解: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错

提问者:AndrewOVO 2018-07-25 18:53

个回答

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

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