0 votes
in JAVA by
Can the Interface be final?

1 Answer

0 votes
by

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
asked May 2, 2021 in JAVA by sharadyadav1986
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...