why to use template classes in c++?
Answer / swati
the template classes are use for the reuse of the data
types which you want to use the program for many times
| Is This Answer Correct ? | 1 Yes | 0 No |
The expansion of GNU
What does I oop mean?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
diff between Abstract class Interfaces?
what is new operator in c++
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is encapsulation in oop?
what is the difference between virtual function and destoctor?
different types of castings
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
Can you inherit a private class?
What is super in oop?