differentiate between a template class and class


Differentiate between a template class and class template in C++?

Ans) Template class: A generic definition or a parameterized class not instantiated until the client gives the required information. It's jargon for plain templates. Class template: A class template verifies how individual classes can be constructed much like the way a class specifies how single objects can be constructed. It's jargon for plain classes.

 

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: differentiate between a template class and class
Reference No:- TGS0412941

Expected delivery within 24 Hours