看板java
标 题方法的覆写.......
发信站不良牛牧场 (Sun Mar 5 17:52:37 2006)
转信站ptt!ctu-reader!Spring!news.nctu!news.ntu!news.au!zoonews.ee.ntu!SimFar
我是初学者....
不要笑我....
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》 ◣◣◢ ─╯