4/23/08

What is the difference between class template and template class?

Class template a template used to generate template classes. A class template can be only a declaration, or it can be a definition of th e class.
Template class an instance of a class template.

No comments:

ITUCU