What is Function Overloading?
2403
17-Jan-2011
Sachindra Singh
17-Jan-2011Function overloading having the same name but signature should be different. One of the greatest advantages of Function overloading is the improvement that it provides to code is readability and maintainability, Function overloading reduce complexity of the program.