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 do you use inheritance in unity?
Can we create object of interface?
What is balance factor?
What is cohesion in oop?
Write a c++ program to display pass and fail for three student using static member function
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
When not to use object oriented programming?
What is debug class?what is trace class? What differences are between them? With examples.
What is abstraction in oops?
what are the ways in which a constructors can be called?
What makes a language oop?
What is class in oop with example?
What is difference between abstraction and encapsulation?
what's the basic's in dot net