Method Overloading advantages & disadvantages - Core Java
Q. What is the advantage of Method Overloading?- Published on 15 Jul 15a. Method overloading increases the readability of the program
b. Method overloading does not increases the readability of the program
c. Method overloading does not increases the reliability of the program
d. None of the above
ANSWER: Method overloading increases the readability of the program