Answer Posted / anil bisht
A template is a C++ feature that allows functions and
classes to be defined with any type.Class template is a
template used to generate template classes. You cannot
declare an object of a class template.Template class is an
instance of a class template.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are main features of oop?
Can bst contain duplicates?
How many human genes are polymorphic?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Why is object oriented programming so hard?
What is the use of oops?
What is the benefit of oop?
What are functions in oop?
Can private class be inherited?
why reinterpret cast is considered dangerous?
What is basic concept of oop?
What is oops and its features?
What is abstraction with example?
What is overloading in oops?