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 |
What is the exit function in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can you please explain the difference between using macro and inline functions?
What are literals in C++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
WHAT IS THE ABREVATION OF FORTRAN?
Describe Trees using C++ with an example.
List the special characteristics of constructor.
Write a program to add three numbers in C++ utilizing classes.
What is a rooted hierarchy?
What is array in c++ pdf?