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
How can we check whether the contents of two structure variables are same or not?
What is the extension of c++?
What is the difference between passing by reference and passing a reference?
What is a wchar_t in c++?
Ask to write virtual base class code?
Do vectors start at 0?
Can you Mention some Application of C/C++?
How does the copy constructor differ from the assignment operator (=)?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the use of endl?
What is the use of typedef?
What is using namespace std in c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
When is dynamic checking necessary?
What is the difference between a type-specific template friend class and a general template friend class?