What is function overloading ?
6 Likes
A function name having several definitions in the same scope that are differentiable by the number or types of their arguments, is said to be an overloaded function. The process of creating overloaded functions is called function overloading.
Answered By
1 Like
Differentiate between CALL by reference and CALL by value.
What is polymorphism? How does function overloading implement polymorphism?
What is the significance of function overloading in Java ?
What is the role of a function's signature in disambiguation process?