Answer:
Writing two or more functions with the same name, but with different argument lists, is known as overloading.
Step-by-step explanation:
Overloading: Exactly what the problem asks, you have various methods with the same name, but different argument list. This is the correct answer.
Writing two or more functions with the same name, but with different argument lists, is known as overloading.