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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

gcc - SSE2 instructions not working in inline assembly with C++ -