-
What is the process of defining more than one method in a class differentiated by method signature?
-
- Function doubling
- Method overloading
- Function overloading
- Function overriding
- None of these
Correct Option: C
Function overloading is a process of defining more than one method in a class with same name differentiated by function signature i:e return type or parameters type and number.