in reply to Separation of interface and implementation

Java's interfaces have some limitations, including:

The first is the most annoying, though if you're using Java without a code generator, you've asked for it. The third is the most serious.

  • Comment on Re: Separation of interface and implementation