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
What parameter does the constructor to an ofstream object take?
Is linux written in c or c++?
Describe linkages and types of linkages?
Why we use #include iostream in c++?
What is format for defining a structure?
What is the difference between #import and #include in c++?
Explain container class.
Where and why do I have to put the "template" and "typename" keywords?
Which operator cannot be overloaded c++?
How do pointers work?
Do you know what are static and dynamic type checking?
What is a volatile variable in c++?
What is pointer with example?
Write a program to find the Fibonacci series recursively.
How a new element can be added or pushed in a stack?