What is function overloading?,describe it with the example.
Answer Posted / senthil.k,arasur
The function overloading is the same function name with
different arguments.
example:
float sum(float a,float b);
int sum(int a,int b,int c);
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in oop?
what is difference between class template and template class?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism and its types?
What is debug class?what is trace class? What differences are between them? With examples.
What is polymorphism explain its types?
How oops is better than procedural?
What is multilevel inheritance?
What is and I oop mean?
What are the advantages of polymorphism?
What is destructor give example?
What is the full form of oops?
Is oop better than procedural?
Can a destructor be called directly?
Is html an oop?