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

The best I can EXPLAIN: Compile-time polymorphism is ALSO known as static polymorphism as it is implemented during the compile-time.



Discussion

No Comment Found

Related InterviewSolutions