C++中的一道题目 求高手讲解

4.Considerthefollowingcode:ClassParent:{IntX;Public;Parent(intn){x=n;}};ClassChild:pu... 4.Consider the following code:
Class Parent:{
Int X;
Public;
Parent(int n){x=n;}
};
Class Child: public parent:{
Int y;
Public:
Child (int a, int b);
};

Which of the following description is correct ?
A) Child:: Child (int a ,int b):x(a), y(b){}
B) Child:: Child (int a, int b):Parent(a), y(b){}
C) Child:: Child (int a, int b):x(a), Child (b){}
D) Child:: Child (int a, int b):Parent(a),Child(b){}
E) None of the above
首先请告诉我两个冒号(Child::)是什么意思,然后讲解解题思路 我的C++是零基础 谢谢
展开
 我来答
草粿杀乌糖
2013-08-12 · TA获得超过835个赞
知道小有建树答主
回答量:588
采纳率:0%
帮助的人:236万
展开全部
B
::是域作用符,Child::Child (int a, int b):Parent(a), y(b){}表示Child类中的构造函数Child (int a, int b),把参数a用于调用Parent(a),因为x是继承私有成员,不能x(a)这样赋值;y(b)相当于令y=b
红眼彼加夫
2013-08-13 · TA获得超过566个赞
知道答主
回答量:237
采纳率:0%
帮助的人:132万
展开全部
类,c++基础,你应该回去找资料看一下,很快就理解的,内容不多
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
chenaaa876
2013-08-13
知道答主
回答量:46
采纳率:0%
帮助的人:9.3万
展开全部
这个冒号就是域名的意思,表示这个函数在child这个类里面
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式