C++ Template Question:

What is Template class?

C++ Template Interview Question
C++ Template Interview Question

Answer:

A class that has generic definition or a class with parameters which is not instantiated until the information is provided by the client. It is referred to a jargon for plain templates.


Previous QuestionNext Question
Please tell me how is static data member similar to a global variable?What is Cass template?