C++ Template Question:

What is Template class?

Tweet Share WhatsApp

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.

Download C++ Template PDF Read All 23 C++ Template Questions
Previous QuestionNext Question
Please tell me how is static data member similar to a global variable?What is Cass template?