题目

在C++语言中,若类C中定义了一个方法int f(int a,int b),那么方法( )不能与该方法同时存在于类C中。

作答
int f(int x,int y)
int f(float a,int b)
float f(int x,float y)
int f(int x,float y)
答案/解析
查看试卷及答案