-
题目:
单选题
下面的方法重载,正确的是( )
- Aint fun(int a, float b) { }
float fun(int a, float b) { }
- Bfloat fun(int a, float b) { }
float fun(int x, float y) { }
- Cfloat fun(float a) { }
float fun(float a, float b) { }
- Dfloat fun1(int a, float b) { }
float fun2(int a, float b) { }
答案:
<查看本题扣1积分>