Homeoops Why an Interface cannot be marked as final in Java? September 18, 2023 0 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. You Might Like View all
Post a Comment