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 |
Should you pass exceptions by value or by reference?
print first nodd numbers in descending order
What are virtual functions in c++?
What is an object in c++?
Show the application of a dynamic array with the help of an example.
advantages and disadvantages of using Borland C++ / version 5.
What are dynamic type checking?
What are the basics of local (auto) objects?
What is the C-style character string?
What is virtual base class?
What is pointer to array in c++?
What is rvalue?