Home C++ Differentiate between a template class and class template.
Differentiate between a template class and class template. E-mail
User Rating: / 0
PoorBest 
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.
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: