Pick the correct statement.
A. Pure virtual functions and virtual functions are the same
B. Both Pure virtual function and virtual function have an implementation in the base class
C. Pure virtual function has no implementation in the base class whereas virtual function may have an implementation in the base class
D. The base class has no pure virtual function
Answer: Option C

Join The Discussion