oop - Why java interfaces can't contain static methods implementations? -


i'm curious, wouldn't more convinient allow interfaces contain implementations of static methods? such methods contain short commonly used(by interface implementors) logic.

because interface describes what. doesn't describe how.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -