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

Why an Interface cannot be marked as final in Java?

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

Contents


More Related Answers

  • Can a class be marked final in Java?

  • Why an Interface cannot be marked as final in Java?

    0

    NO .A final method cannot be overridden. 

    But an interface method has to be implemented by another class. So the interface method cannot be

    marked as final.

    https://www.tutorialspoint.com/can-we-declare-an-interface-as-final-in-java#:~:text=If%20you%20make%20an%20interface,an%20interface%20final%20in%20Java.

    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.