Q:

Which problem may arise if we use abstract class functions for polymorphism?

0

Which problem may arise if we use abstract class functions for polymorphism?


  1. All classes are converted as abstract class
  2. Derived class must be of abstract type
  3. All the derived classes must implement the undefined functions
  4. Derived classes can’t redefine the function

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).All the derived classes must implement the undefined functions

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which among the following is not true for polymorp... >>
<< Polymorphism is possible in C language...