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

在C++中,如何实现类的继承?

A使用关键字extend
B使用关键字inherits
C使用关键字class
D使用关键字 : (冒号) 和 base class