Top News

Why an Interface cannot be marked as final in Java?

 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.




Post a Comment

Previous Post Next Post