Method Overloading in Java Flashcards
1
Q
What is the method overloading in java?
A
If a class has more than one method with same name but with different list of arguments, then it is called method overloading.
2
Q
More on Java Method Overloading
A
https://javaconceptoftheday.com/method-overloading-in-java/