C++ MQCs with Explanation (CHAPTER : POINTERS, VIRTUAL FUNCTIONS AND POLYMORPHISM )

A pure virtual function is a virtual function that

  1. makes the class to be abstract
  2. is used in derived classes
  3. is used to transform the base class into a virtual base class
  4. takes no argument and returns nothing



Answer: 
Option a: makes the class to be abstract

Explanation Here

Post a Comment

0 Comments