為什么我跟著老師一步步做下來(lái)出現(xiàn)這個(gè)問(wèn)題
創(chuàng)建了一個(gè)抽象類Telphone,再創(chuàng)建他的子類Cellphone,一創(chuàng)建出來(lái)就報(bào)錯(cuò)
the method call() of type Cellphone??must override or implement a supertype method
創(chuàng)建了一個(gè)抽象類Telphone,再創(chuàng)建他的子類Cellphone,一創(chuàng)建出來(lái)就報(bào)錯(cuò)
the method call() of type Cellphone??must override or implement a supertype method
2016-09-20
舉報(bào)
2016-09-24
你需要將父類保存,保存后問(wèn)題就解決了。
2016-09-23
我也一樣 ? 求解答
2016-09-20
你重寫(xiě)了父類方法了嗎?錯(cuò)誤信息很明顯啊