0 votes
in JAVA by
How can we achieve the method overloading in Java?

1 Answer

0 votes
by

Using below we achieve the method overloading in Java

Method overloading can be achieved by two ways:

• By modifying the number of arguments

• By modifying the return type

Related questions

0 votes
asked May 6, 2020 in C Sharp by SakshiSharma
0 votes
asked Jun 16, 2019 in JAVA by reins.robin
...