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
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
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion