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 |
What is protected in oop?
what is virtual destructor
when to use 'mutable' keyword and when to use 'const cast' in c++
What is encapsulation with example?
what are abstract classes and how they impliment , with example
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
how to write a java program for an output ****0 ***01 **012 *0123 01234
write a c++ code of diagonal matrix.
how do u initialize the constant variables
How does polymorphism work?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
what is polymorphism?