Abstract classes do not necessarily have:

a. A 0 pointer in their vtable.
b. A virtual function prototype with the notation = 0.
c. Zero instances of their class.
d. Zero references to their class.

d. Zero references to their class.

Computer Science & Information Technology

You might also like to view...

All of the following computers can serve as a Web server EXCEPT a ________

A) mainframe computer B) personal computer C) supercomputer D) workstation

Computer Science & Information Technology

Consider the following code, assuming that x is an integer variable with an initial value of 12:

if (x = 6) { printf("%i", x); } What is the output? a) 6 b) 12 c) nothing d) a syntax error is produced

Computer Science & Information Technology