Answer Posted / yughandhar
Templates is one of the features added to c++ recently.a
template can be considered as a kind of macro.
Templates are mainely used for creating the generic classes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What is protected in oop?
what type of questions
What is polymorphism and why is it important?
What is polymorphism and types?
Write a program to reverse a string using recursive function?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How is class defined?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What does I oop mean?
What is pointer in oop?
What is advantage of inheritance?
What is a class oop?
What is abstraction in oops?
What are objects in oop?