有關(guān)抽象類的問(wèn)題
Multiple markers at this line
- implements com.hans.She.go
- The method go() of type He must override or implement a supertype?
method
?為什么我每次寫(xiě)完抽象類然后生成子類的時(shí)候,子類的方法前就會(huì)報(bào)錯(cuò),錯(cuò)誤提示如上,我按照視頻里的步驟來(lái)做的
Multiple markers at this line
- implements com.hans.She.go
- The method go() of type He must override or implement a supertype?
method
?為什么我每次寫(xiě)完抽象類然后生成子類的時(shí)候,子類的方法前就會(huì)報(bào)錯(cuò),錯(cuò)誤提示如上,我按照視頻里的步驟來(lái)做的
2015-02-05
舉報(bào)
2015-02-05
你的go()是不是抽象方法? 抽象類里的抽象方法,子類必須實(shí)現(xiàn)重寫(xiě),錯(cuò)誤就是提示你要實(shí)現(xiàn)父類的抽象方法
2015-02-05
.....發(fā)現(xiàn)那個(gè)不妨礙運(yùn)行,只要沒(méi)有別的錯(cuò)誤,程序可以運(yùn)行,運(yùn)行一遍這個(gè)情況就消失了