首页题库练习题目详情
面向对象程序设计单选题中等

C++中,子类的构造函数调用父类的构造函数的语法是?

AFather()
Bsuper(Father())
CFather::Father()
Dsuper() : Father() { }