Answer Posted / rakesh kumar
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between procedural programming and oops?
What is the main purpose of inheritance law?
What is class encapsulation?
What are two types of polymorphism?
What is use of overloading?
What is static in oop?
Can private class be inherited?
What is overriding vs overloading?
#include
What is object and class in oops?
c++ program to swap the objects of two different classes
Is data hiding and abstraction same?
Can we override main method?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is solid in oops?