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)| 展开
派生类的构造函数为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)| 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询