0 votes
in JAVA by (30.5k points)
Can the Interface be final?

1 Answer

0 votes
by (30.5k points)

No, because an interface needs to be implemented by the other class and if it is final, it can't be implemented by any class.

Related questions

0 votes
...