When would you want to make a function a function template?
a. when the implementation details of the function are independent of the data type(s) of the parameters.
b. all functions should be function templates
c. when two different functions have different implementation details
d. only when two functions have the same type of parameters
a. when the implementation details of the function are independent of the data type(s) of the parameters.
You might also like to view...
Fiber optic cable
a. offers almost noise-free transmission b. is the easiest cable to install c. is the only way to transmit data at 100 Mbps and above d. is the most durable cabling option
A subclass should use the ____ of its superclass to read the values of its inherited instance variables.
A. accessor methods B. constructor C. mutator methods D. class methods