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 for Balanced Parentheses using Stack?
Describe functional overloading?
Explain about Virtual Function in C++?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
What is private public protected in c++?
What is pointer to member?
What is a manipulator in c++?
sizeof - is it a function or operator?
Specify some guidelines that should be followed while overloading operators?
How many standards of c++ are there?
What are iterators in c++?
What is the function of I/O library in C++ ?