Aug2016 cs Q14

0. In C++, polymorphism requires:

  • Option : D
  • Explanation :
    Basically polymorphism means having many forms. In C++, polymorphism requires Inheritance, Virtual functions and references, because polymorphism occurs when there is a hierarchy of classes and they are related by inheritance which include virtual functions and references. So, option (D) is correct.
Cancel reply
Cancel reply