An abstract class will:

a. Have all zero function pointers in its vtable.
b. Have at least one zero function pointer in its vtable.
c. Share a vtable with a derived class.
d. Have fewer zero function pointers in its vtable than concrete classes have.

b. Have at least one zero function pointer in its vtable.

Computer Science & Information Technology

You might also like to view...

Which of the following is the most efficient filter for running searches in Splunk?

A. Time B. Fast mode C. Sourcetype D. Selected Fields

Computer Science & Information Technology

Which of the following is not found in the function header?

A. the function name B. the formal parameter list C. the return type D. the function definition

Computer Science & Information Technology