首页
题库
面试
求职
学习
竞赛
More+
所有博客
搜索面经/职位/试题/公司
搜索
我要招人
去企业版
登录 / 注册
备考首页
>
C++
>
函数和类
39
单选题
39
/
53
在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)
纠错
收藏
查看讨论
1
...
34
35
36
37
38
39
40
41
42
43
44
...
53
跳转到
确 定
上一题
下一题
扫描二维码,关注牛客网
意见反馈
下载牛客APP,随时随地刷题