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:

  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.

Answered By

5 Likes


Related Questions