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 iomanip c++?
What is a container class? What are the types of container classes in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How is c++ different from java?
What is an ABC: an "Abstract Base Class"?
What is a terminating character in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
Is turbo c++ free?
What happens if an exception is throws from an, object's constructor and object's destructor?
What is volatile and pragma? When they are used?
Why is "using namespace std;" considered bad practice?
What is the difference between while and do while loop?