400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 8)

What is a base class? An abstract class that

9/50

What is a base class?

An abstract class that is at the top of the inheritance hierarchy.

A class with a pure virtual function in it.

A class that inherits from another class

A class that is inherited by another class, and thus is included in that class.

Giải thích

Chọn D