Select appropriate which is not an example of function overloading
Answers
Answered by
0
Answer:
When the name of the functions is not same the function is not overloading.
ex-
void sum()
and
void product()
this is not overloading of function
Similar questions