Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/201808011014025998.png?sign=f6f2987b07ac0c365b17208a76aeece2&t=62d4d1dc" /><br /> Which five methods, inserted independently at line 5, will compile?()
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; }