Differentiate between a template class and class template?
Answer / beena
Template class:
A generic definition or a parameterized class not instantiated until the client provides the needed information. It’s jargon for plain templates.
Class template:
A class template specifies how individual classes can be constructed much like the way a class specifies how individual objects can be constructed. It’s jargon for plain classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
check whether a no is prime or not.
What does namespace mean in c++?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
What is ios flag in c++?
What do you know about near, far and huge pointer?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Define copy constructor.
Can you use the function fprintf() to display the output on the screen?
What is a dynamic binding in c++?
what is pre-processor in C++?
Differentiate between a constructor and a method in C++.
what is C++ exceptional handling?