| |
GeekInterview.com > Interview Questions > Concepts > OOPS
| Print | |
Question: What is the use/advantage of function overloading
Answer: Please suggest use of FO |
| July 07, 2007 13:33:32 |
#10 |
| sharda prasad singh |
Member Since: Visitor Total Comments: N/A |
RE: What is the use/advantage of function overloading |
| Function overloading is one or more funcation has different number of argument or diffrent type of argument but all have same return type otherwise it create ambitious to knowing which function u may want to call. It is also save the memory space and provide compile time polymorphysm. |
| |
Back To Question | |