C++

Topic: Templates

Differentiate between a template class and class template?

Template class: A generic definition or a parametrized class notinstantiated until the client provides the needed information. It?sjargon for plain templates.Class template: A class template specifieshow individual classes can be constructed much like the way a classspecifies how individual objects can be constructed. It?s jargon forplain classes.

Browse random answers: