Q39
What is the term for the ability of a class to provide different implementations of a function depending on the types of its parameters in C++?
A.
Function overriding
B.
Function hiding
C.
Function overloading
AnswerD.
Function polymorphism
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board