第17題 Given: 1. public class Blip{ 2. protected int blipvert(int x){return 0;} 3. } 4. class Vert extends Blip{ 5. //insert code here 6. } Which five methods, inserted independently at line 5, will compile? (Choose five.) (A) public int blipvert(int x){return 0;} (B) private int blipvert(int x){return 0;} (C) private int blipvert(long x){return 0;} (D) protected long blipvert(int x){return 0;} (E) protected int blipvert(long x){return 0;} F. protected long blipvert(long x){return 0;} G. protected long blipvert(int x, int y){return 0;}
詳解 (共 10 筆)
【站僕】摩檸Morning.
詳解 #1735147
ACEFG
(共 8 字,隱藏中)
前往觀看
何承諺
詳解 #4325164
ffff
(共 6 字,隱藏中)
前往觀看
henrywng20012001
詳解 #4192568
no
(共 4 字,隱藏中)
前往觀看
BlackFloat
詳解 #2350405
public int blipvert(int x){return 0;}
protected long blipvert(int x){return 0;}
protected int blipvert(long x){return 0;}
protected long blipvert(long x){return 0;}
R GT
詳解 #2386023
222222222222222222222222222222222222222222222
henrywng20012001
詳解 #4186729
x
(共 3 字,隱藏中)
前往觀看
戴彣娟
詳解 #2370683
ACEFG
gydelcom7
詳解 #2597506
A) public int blipvertD) protected long blipvert(int x){return 0;} (E) protected int blipvert(long x){return 0;} F. protected long blipvert(long x){return 0;} G. protected long blipvert(int x, int y){return 0;}
jack556653
詳解 #2820249
a,c,e,f,g
陳若凡
詳解 #5054133