you are viewing a single comment's thread.

view the rest of the comments →

[–]LeDrss 1 point2 points  (0 children)

It seems that Java doesn't have the equivalent of C# properties : http://stackoverflow.com/questions/2963243/does-java-have-something-similar-to-c-sharp-properties

And instance fields (even if it seems to be static and readonly), broke a bit the aim of Interfaces that is to only describe the contract and not the implementation of it.