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...

In an OpenOffice Base database, the primary key field is used to help speed up the sorting of data and to create a join between tables

Indicate whether the statement is true or false

Computer Science & Information Technology

Progressively enhancing a web page for different viewing contexts (such as smartphones and tablets) through the use of coding techniques is called _________________________.

a. optimization b. responsive web design c. mobile web design d. fixed web design

Computer Science & Information Technology