Computer Science, asked by Vsana7651, 1 year ago

Difference between function overloading and function template

Answers

Answered by Zisha7
0

Answer:

Both function overloading and templates are examples of polymorphism feature of OOP. Function overloading is used when multiple functions do similar operations, templates are used when multiple functions do identical operations.

Similar questions