抽象方法的繼承時(shí)出現(xiàn)的問(wèn)題
創(chuàng)建shape類(lèi)的時(shí)候代碼沒(méi)有問(wèn)題,另一張圖中的Rectangle類(lèi)是繼承shape類(lèi)的,其中代碼第6行,第13行都是同一個(gè)問(wèn)題,問(wèn)題的描述為:
Multiple markers at this line
- The method getCircumference() of type Rectangle must?
override or implement a supertype method
- implements com.imooc4.Shape.getCircumference
這該如何解決啊
2016-08-18
試一下把每個(gè)文件都保存一下
就是把每個(gè)頁(yè)面都打開(kāi),Ctrl+S
2016-08-18
我按你的試了一下,沒(méi)有錯(cuò)誤啊