c++错误,求大神解答

基类的构造函数为Employee(conststring&,conststring&,int);派生类的构造函数为Manager(conststring&,constst... 基类的构造函数为Employee( const string&,const string&,int);
派生类的构造函数为Manager( const string&,const string&,int);
然后在派生类构造函数处报错误
c++error: no matching function for call to `Employee::Employee()'|
note: candidates are: Employee::Employee(const Employee&)|
Employee::Employee(const std::string&, const std::string&, int)|
展开
 我来答
heptnaol
2016-07-07 · TA获得超过7260个赞
知道大有可为答主
回答量:7120
采纳率:78%
帮助的人:1784万
展开全部
Manager::Manager(const string id, const string name, int salary) :
Employee(id, name, salary)//此处要显式调用你定义的基类构造函数
{
}
否则默认调用Employee(),然而,这个构造函数并没有实现。
GMshuS
2016-07-07
知道答主
回答量:28
采纳率:100%
帮助的人:14.4万
展开全部
把你调用的代码贴出来!按提示应该是你调用了默认构造函数!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式