Method Overloading

Return to Glossary

Method Overloading is a feature that allows a class to have more than one method having the same name, if their argument lists are different.

Source: https://beginnersbook.com/2013/05/method-overloading/