Latest C++ Aptitude Question SOLUTION: Which statement is true of "pure virtual" functions? a) They force you to derive another class from the base class which contains the function. b) They contain no code. c) Neither