Q:

How run-time polymorphisms are implemented in C++?

0

How run-time polymorphisms are implemented in C++?


  1. Using Virtual function
  2. Using Templates
  3. Using Inheritance
  4. Both 1 and 3

All Answers

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

Correct Answer:

Using Templates

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

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following is used for comments?... >>
<< Encapsulation means...