Tuesday, November 30, 2021

What is method overloading?

Method overloading is a polymorphism technique that allows us to have same method in different ways. Overloaded method can have different number of parameters, different parameter types, and different arrangement of parameters but with same name.

No comments:

Post a Comment

Please keep your comments relevant.
Comments with external links and adult words will be filtered.