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 |
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
tel me oops defination in single line
When will a constructor executed?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
what is static?
what is runtime polymorphism? For the 5 marks.
why function overloading is not called as pure polymorphism?
write a short note on Overloading of Binary Operator?
Can main method override?
Whats is abstraction in oops?