what is the use of template classes in c++
Answer / ags
Templates are used to avoid the repetition of similar
functions in any class.
Is This Answer Correct ? | 6 Yes | 0 No |
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What is abstraction with example?
what do you mean by static member variable?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
Explain polymorphism? What r the types of polymorphism? pls give examples?
whats the difference between c and c++
When is it necessary to use member-wise initialization list in C++?
can you give real time example for polymarphism
what uses of c++ language?
what are the uses of C++
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?