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.


a) Whose declaration ends with = 0.
c) That is used in a base class
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.

Computer Science & Information Technology

You might also like to view...

When creating a form in Visual Basic, code associated with that form is stored in a file with a _____ extension.

a. sln b. proj c. frm d. vb

Computer Science & Information Technology

Pick the C++ keywords out of the following list.

a) while b) total_weight c) double d) if e) number_of_bars

Computer Science & Information Technology

Which type of memory is used by the computer when it starts up?

A) DDR2 B) SDRAM C) ROM D) RAM

Computer Science & Information Technology

Exploding worksheet titles is a useful technique for viewing large worksheets that extend beyond the window.

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

Computer Science & Information Technology