what is a template?
Answers were Sorted based on User's Feedback
Answer / shiva
Template is for creating generic functions as well as data
members
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramya
templates are used for creating a family of function by
function templates,creating a family of class using class
templates
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the STL?
Write a program in C++ returning starting locations of a substring using pointers
What do stl stand for?
What is the stl, standard template library?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
What Is Operator Overloading in C++?
What is the disadvantage of templates ?
what's the difference between function overloading and function overiding?
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
how to overload << and >> operator in c++
What is the underlying datastructure of map?