Kizspy | Question: 38
(Choose 1 answer)
What is a pure virtual function in C++?
A. A function that has no implementation and must be overridden in derived classes
B. A function that cannot be overridden
C. A function that returns nothing
D. A function that can only be called by static objects