InterviewSolution
Saved Bookmarks
| 1. |
What is the other name of compile-time polymorphism?(a) Static polymorphism(b) Dynamic polymorphism(c) Executing polymorphism(d) Non-executing polymorphismThis question was posed to me in an online quiz.My query is from C++ Concepts in division Basics Concepts of C++ of C++ |
|
Answer» Correct CHOICE is (a) STATIC polymorphism |
|