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 are the 5 oop principles?
What is destructor give example?
What are properties in oop?
How do you define social class?
What are the benefits of polymorphism?
What is oops and why we use oops?
what are the different types of qualifier in java?
What is encapsulation c#?
What is encapsulation example?
What is polymorphism oop?
What is difference between multiple inheritance and multilevel inheritance?
Explain the concepts involved in Object Oriented programming.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
How to use CMutex, CSemaphore in VC++ MFC
What is destructor oops?