Differentiate between a template class and class template?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between inline functions and macros?
What are the four main data types?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is buffering in c++?
how to access grid view row?
what is Member Functions in Classes?
When do we use copy constructors?
What are smart pointers?
How do we implement inheritance in c++?
Why null pointer is used?
Why is c++ still used?
What flag means?
Explain the difference between realloc() and free() in c++?
Can I make ios apps with c++?
Does std endl flush?