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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

More on Java Method Overloading

A

https://javaconceptoftheday.com/method-overloading-in-java/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly