Nipun Tomar
Differentiate between a template class and class template.
By Nipun Tomar in OOP/OOD on Jul 13 2006
  • Nipun Tomar
    Jul, 2006 13

    Template class: A generic definition or a parameterized class not
    instantiated until the client provides the needed information. It’s
    jargon for plain templates.

         Class template: A class template specifies
         how individual classes can be constructed much like the way a class
         specifies how individual objects can be constructed. It’s jargon for
         plain classes.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS