[Progress Communities] [Progress OpenEdge ABL] Support for default method implementation in interfaces

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
"Java 8 introduces the “Default Method” or (Defender methods) feature, which allows the developer to add new methods to the interfaces without breaking their existing implementation. It provides the flexibility to allow interface to define implementation which will use as the default in a situation where a concrete class fails to provide an implementation for that method." ( Interface Default Methods in Java 8 - DZone Java ) This would be a great feature to add to the ABL See also Default Methods (The Java™ Tutorials > Learning the Java Language > Interfaces and Inheritance)

Continue reading...
 
Status
Not open for further replies.
Back
Top