Respuesta :
Answer:
b. template<classT>.
Explanation:
Template functions are that can work with generic types. Template lets us to create a function so that more than 1 type or class can adapt the functionality of that function.
We can write the template function as following:-
template<class typename>.
It matches to the option b.
Answer:
adding styles from one template to another
option B would be correct
Explanation: