What is a parameterized type?
Answer / 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 |
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is string in c++ programming?
What is class syntax c++?
Explain the scope resolution operator?
What is the difference between mutex and binary semaphore?
How many pointers are required to reverse a link list?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
what are the decision making statements in C++? Explain if statement with an example?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
Can we define function inside main in c++?
What is the difference between a baller and a reference in C++?
Explain how an exception handler is defined and invoked in a Program.