Multiple choice Which of the following statements about abstract class is false? It must contain atleast one pure virtual function. Pointers to abstract class can be created. References to abstract classes can be created. Objects of abstract classes can be created. Reveal answer Fill a bubble to check yourself D Correct answer Explanation It is not possible to create objects of abstract class as it contains pure virtual function which is not defined. This statement is false. Hence, it is the correct answer.