Question

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

Answer

This answer is hidden. It contains 29 characters.