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++是零基础 谢谢 展开
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++是零基础 谢谢 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询