Home » JAVA Programming » Methods » Question
  1. What is the process of defining more than one method in a class differentiated by method signature?
    1. Function doubling
    2. Method overloading
    3. Function overloading
    4. Function overriding
    5. 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.



Your comments will be displayed only after manual approval.