MCQOPTIONS
Saved Bookmarks
| 1. |
Which problem may arise if we use abstract class functions for polymorphism? |
| A. | All classes are converted as abstract class |
| B. | Derived class must be of abstract type |
| C. | All the derived classes must implement the undefined functions |
| D. | Derived classes can’t redefine the function |
| Answer» D. Derived classes can’t redefine the function | |