Interview Question 3584

Created by admin on Sat, 17/11/2012 - 13:10
Question: 

What is a parameterized type?

Language: 
Answer: 
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.