Answer Posted / beena
A template is a parameterized construct or type containing generic code that can use or manipulate any type. It is called parameterized because an actual type is a parameter of the code body. Polymorphism may be achieved through parameterized types. This type of polymorphism is called parameteric polymorphism. Parameteric polymorphism is the mechanism by which the same code is used on different types passed as parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c++ coding?
What is the main use of c++?
what is VOID?
What is a null object in c++?
What is capacity in vector in c++?
How the programmer of a class should decide whether to declare member function or a friend function?
What is an operator function? Describe the function of an operator function?
Is c# written in c++?
Write a C++ Program to check whether a number is prime number or not?
What is & in c++ function?
What's c++ used for?
What is the full form of stl in c++?
What are the advantages of c++? Explain
To which numbering system can the binary number 1101100100111100 be easily converted to?
Can we use pointers in c++?