Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

When we override a method in a Child class, can we throw an additional Exception that is not thrown by the Parent class method?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • how can a child class access the parent's version of an overridden method in java
  • how to call child class method from parent class in java

  • When we override a method in a Child class, can we throw an additional Exception that is not thrown by the Parent class method?

    0

    Yes, Java allows us to throw additional Exception in a child class,

    but the additional exception should be an unchecked exception

    (RuntimeException).

    https://beginnersbook.com/2014/01/exception-handling-in-method-overriding-with-example/#:~:text=Rule%3A%20An%20overriding%20method%20(the,class)%20throws%20exceptions%20or%20not.

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.