Computer Science, asked by PragyaTbia, 1 year ago

A Template function can not be overloaded. State Whether True or False

Answers

Answered by Arslankincsem
0

True. A function template can be loaded with other use templates and by normal (non-template) functions.


A rational function is not associated to a function template ( that is it is never supposed to be a specialization), even if it has the corresponding name an example as a possible made function template specialization.)


Answered by aqibkincsem
0

True. A template function cannot be overloaded. The overloading can be done with normal templates and functional templates.


The final outcome in such cases will be known as functional template specialisation. Usually, these kinds of functioning and coding is done in C++. This function is also called as template functioning overloading.


Hence the answer is True.

Similar questions