Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 32)
32.
Each generic type in a template function definition is preceded by the keyword _________
template
function
type
class
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
A template function definition is preceded (come before) by the keyword template.

Template <class T>.

There T is the predefined or user defined generic data type.

Post your comments here:

Your comments will be displayed after verification.