Answer Posted / naidu
method name is same and signature is different, signature
means, .type of parameters or
.order of parameters or
.number of param
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which programming language should I learn first?
What is an adaptor class in c++?
Do you know what are static and dynamic type checking?
What is the main function c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is operators in c++?
Describe new operator and delete operator?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
what is C++ objects?
How many standards of c++ are there?
Explain the advantages of using friend classes.
Which c++ operator cannot overload?
What is c++ array?
Explain what is polymorphism in c++?
Is it possible to have a recursive inline function in c++?