A pure virtual function is a member function

a. Whose declaration ends with = 0.
b. That is used in a derived class only.
c. That is used in a base class
d. Takes no arguments
e. Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.


Parts a) c) and e).
Explanation: The description in the several correct parts about does it. The part missing is: A class that has a pure virtual member function is called an abstract base class. No objects can be defined of abstract base class type since it is an incomplete definition.

Computer Science & Information Technology

You might also like to view...

A __________ is a collection of bots capable of acting in a coordinated manner.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The default document theme is the ____.

A. Opulent theme B. Civic theme C. Office Theme D. Origin theme

Computer Science & Information Technology

How is the keyword protected used?

What will be an ideal response?

Computer Science & Information Technology

Add-on circuit boards that can improve the performance of a computer's video or sound are known as expansion cards.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology