Question: If a class Demo1 has a pure virtual function named f1, and class Demo2 inherits from Demo1, then, which of the following is correct A.

If a class Demo1 has a pure virtual function named f1, and class Demo2 inherits from Demo1, then, which of the following is correct A. It is optional for Class Demo2 to define the implementation of function f1 B. A user can define an object instance from class Demo1 C. It is optional for Class Demo1 to define the implementation of function f1 D. Class Demo2 cannot be inherited
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
