Answer Posted / harini
function overloading means ,the same functions which is used for different purpose with different parameter..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you implement a substr() function that extracts a sub string from a given string?
What is the difference between method overloading and method overriding in c++?
What is the use of endl in c++?
Why is c++ called oops?
What are static and dynamic type checking?
Mention the ways in which parameterized can be invoked. Give an example of each.
What are put and get pointers?
What is the this pointer?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Write a recursive program to calculate factorial in c++.
What is Destructor in C++?
What is constant in c++ with example?
What is the use of c++ programming language in real life?
Explain the difference between static and dynamic binding of functions?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?