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 multilevel inheritance in oop?
What is polymorphism in oops with example?
What is an example of genetic polymorphism?
What does <> mean pseudocode?
What is the difference between a constructor and a destructor?
How to use CMutex, CSemaphore in VC++ MFC
What is destructor oops?
What is encapsulation in ict?
What is abstraction example?
What is inheritance write a program to show use of inheritance?
How can you overcome the diamond problem in inheritance?
What is object and example?
What are objects in oop?
What is a class and object?
What is static modifier?