Main Answer:
f a set of functions have the same program logic and operations and differ only in the data type(s) each receives as argument(s) then a(n) Function template should be used.
sub heading:
what is function template?
Explanation:
1.Function templates are similar to class templates but define a family of functions.
2. With function templates, you can specify a set of functions that are based on the same code but act on different types or classes
Reference link:
https://brainly.com
Hashtag:
#SPJ4