方法的覆寫.......
我是初學者....
不要笑我....
class A{
protected int method1(int a, int b){
return 0;
}
}
which two are valid in a class that extends class A?
A public int method1(int a, int b){return 0 ;}
B private int method1(int a, int b){return 0 ;}
C public int method1(int a, long b){return 0 ;}
D public short method1(int a, int b){return 0 ;}
E protected static int method1(int a, int b){return 0 ;}
答案是AC
看書,寫說 方法覆寫只需要名稱 參數 回傳值相同就可以了
那為什麼E不行,我試過 好像只要原本題目的修飾子改成跟E一樣
就可以了!!到底怎麼判斷呢!!
謝謝各位大大!!
--
╭──── Origin:<不良牛牧場> bbs.badcow.com.tw (210.200.247.200)─────╮
│ ↘ Welcome to SimFarm BBS -- From : [220.136.196.162] │
╰◣◣◢ ◢◢《不良牛免費撥接→電話:40586000→帳號:zoo→密碼:zoo》 ◣◣◢ ─╯
討論串 (同標題文章)
java 近期熱門文章
PTT數位生活區 即時熱門文章