FighterPlane::FighterPlane(string code):Plane(code)
在FighterPlane.cpp文件中,FighterPlane的构造函数在实现的时候为什么要写成:FighterPlane::FighterPlane(string code):Plane(code)的形式??这时利用的初始化列表吗??那Plane(code)代表的是什么意思??如果将FighterPlane类中的构造函数定义为默认构造函数为什么不行??
在FighterPlane.cpp文件中,FighterPlane的构造函数在实现的时候为什么要写成:FighterPlane::FighterPlane(string code):Plane(code)的形式??这时利用的初始化列表吗??那Plane(code)代表的是什么意思??如果将FighterPlane类中的构造函数定义为默认构造函数为什么不行??
2019-02-22
举报