单选题
类Test的定义如下,则下划线处不能填入的是______。
public class
Test{
public floattestFun(int a,float b){}
______
}
- A.public float testFun(int a,float b,float c){}
- B.public float testFun(int c,float d){}
- C.public int testFun(int a,int b){}
- D.private float testFun(float a,int b,float c){}