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 different between oops and c++
What is multilevel inheritance in oop?
Why is object oriented programming so hard?
Why is oop useful?
How to improve object oriented design skills?
What are the features of oop?
Can a varargs method be overloaded?
How is polymorphism achieved?
Can an interface inherit a class?
What is the diamond problem in inheritance?
What does it mean when someone says I oop?
Explain virtual inheritance?
What is ambiguity in inheritance?
What is overloading in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }