【单选题】
类Test定义如下,将下列哪个方法插入行③处是不合法的
① public class Test {
② public float Method(float a,float b) { }
③
④ }
A.public float Method(float a,float b,float c) { }
B.public float Method(float c,float d){ }
C.public int Method(int a,int b){ }
D.private float Method(int a,int b,int c){ }
查看答案解析
参考答案:
正在加载...
答案解析
正在加载...
根据网考网移动考试中心的统计,该试题:
22%的考友选择了A选项
74%的考友选择了B选项
2%的考友选择了C选项
2%的考友选择了D选项