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
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What does override mean in c++?
What are the differences between java and c++?
How can we read/write Structures from/to data files?
What is the type of 'this' pointer? When does it get created?
How to give an alternate name to a namespace?
What is polymorphism & list its types in c++?
What is using namespace std in c++?
what is Loop function? What are different types of Loops?
What is the need of a destructor?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Should a constructor be public or private?
What is flush programming?
Incase of a function declaration, what is extern means?