What is a parameterized type?
By in OOP/OOD on Jul 13 2006
  • Nipun Tomar
    Jul, 2006 13

    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..

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS