在C++語言中,若類C 中定義了一個方法int f(int a,int b),那么方法( )不能與該方法同時存在于類C 中。 A.int f(int x,int y) B.int f(float a,int b) C.float f(int x,float y) D.int f(int x,float y)