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 ?

Answer

The significance of function overloading in Java is as follows:

  1. It implements the object oriented concept of Polymorphism.
  2. It reduces the number of com­parisons in a program and thereby makes the program run faster.