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 is inheritance in oop?
What is balance factor?
Give two or more real cenario of virtual function and vertual object
What causes polymorphism?
What are functions in oop?
Why interface is used?
Explain the concepts involved in Object Oriented programming.
Write a c++ program to display pass and fail for three student using static member function
2. Give the different notations for the class.\
Why do we need oop?
Why do we need polymorphism in c#?
What is the difference between encapsulation and polymorphism?
What is polymorphism and its types?
What is class and object with example?
What is the main feature of oop?