A class can have many methods with the same name as long as the number of parameters or type of parameters is different. This OOP concept is known as
Options
- Method Invocating
- Method Overriding
- Method Labeling
- Method Overloading
CORRECT ANSWER : Method Overloading
Write your comments