问答详情
源自:10-3 Java 中的抽象类

为什么出错了

为什么Cellphone程序出错了
错误提示:
Multiple markers at this line
	- The method call() of type Cellphone must override or implement a supertype 
	 method
	- implements com.imooc.Tellphone.call

577a645400019b8405000208.jpg

577a64550001c11b05000147.jpg


提问者:慕神3696246 2016-07-04 21:28

个回答

  • qq_青春不回头_4
    2016-07-04 22:25:03
    已采纳

    要保持ctrl+s习惯

  • 小精灵nana
    2016-07-04 22:40:18

    CellPhone类继承的TellPhone 类是抽象定义之前的。可以先保存抽象定义完的TellPhone类,在让CellPhone继承就ok啦。。。

  • qq_智者无言_0
    2016-07-04 22:28:31

    我之前只第二个有问题,后来编译一下正常运行,而且错误也消失了