Computer Applications
What is the significance of function overloading in Java ?
User Defined Methods
7 Likes
Answer
The significance of function overloading in Java is as follows:
- It implements the object oriented concept of Polymorphism.
- It reduces the number of comparisons in a program and thereby makes the program run faster.
Answered By
5 Likes