Vidyalelo
C++ Programming · Q130

Introduction to C++

Programming · C++ Programming · question 130

Q130

Which of the following is correct about dynamic polymorphism?

A.
In dynamic polymorphism, the conflict between the function call is resolved during the compile time
B.
In dynamic polymorphism, the conflict between the function call is resolved during the run time
Answer
C.
In dynamic polymorphism, the conflict between the function call is never resolved during the execution of the program
D.
In dynamic polymorphism, the conflict between the function call is resolved at the beginning of the program

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board