Computer Science, asked by Ajaythakut1549, 11 months ago

Select appropriate which is not an example of function overloading

Answers

Answered by Akshat1417
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