Difference between function overloading and function template
Answers
Answered by
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