Home » JAVA Programming » Methods » Question
  1. What is the process of defining a method in subclass having same name & type signature as a method in its superclass?
    1. Method hiding
    2. Method overloading
    3. Method overriding
    4. Method overloading
    5. None of these
Correct Option: C

Method overriding



Your comments will be displayed only after manual approval.