大神們告訴我這個怎么解決
Multiple markers at this line
?- implements immo.Shape.area
?- The method area() of type Circle must override or implement a
? supertype method
Multiple markers at this line
?- implements immo.Shape.area
?- The method area() of type Circle must override or implement a
? supertype method
2017-03-25
舉報
2017-03-25
沒有重寫父類的抽象方法
2017-03-25
好像是你接口里沒有寫這個方法。。上面說錯了
2017-03-25
這句話的意思是你沒有實(shí)現(xiàn)接口里的方法