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 flush c++?
How to declare a function pointer?
What is the difference between the compiler and the preprocessor?
What apps are written in c++?
what are the decision making statements in C++? Explain if statement with an example?
What is binary object model?
What is microsoft c++ redistributable 2013?
Write a program which uses functions like strcmp(), strcpy()? etc
What is this weird colon-member (" : ") syntax in the constructor?
How many types of comments are there in c++?
What is abstract keyword in c++?
What is conditions when using boolean operators?
What is the best c++ compiler for windows 10?
What do you mean by function overriding & function overloading in c++?
What is c++ course?