ICSE Class 10 Computer Applications
Question 23 of 43
User-Defined Methods — Question 23
Back to all questions 23
Question Question 21
What is the significance of function overloading in Java ?
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.