Solved

Given That You Have Two Versions of a Function That

Question 3

Multiple Choice

Given that you have two versions of a function that are the same except that one expects some integer parameters, and the other expects a float and an integer parameter, which parameters would you change to a T in order to make this a template function?


A) The parameter that always stays an integer
B) The parameter that is an integer in one function and a float in the other function.
C) Both parameters change
D) neither parameter changes

Correct Answer:

verifed

Verified

Related Questions