Home »
MCQs »
OOPs MCQs
____ is a mechanism that helps us to get compile-time polymorphism
87. ____ is a mechanism that helps us to get compile-time polymorphism.
- Function Overloading
- Function Overriding
Answer: A) Function Overloading
Explanation:
Function Overloading is a mechanism that helps us to get compile-time polymorphism.