mardi 27 octobre 2015

With the advent of default methods in Java8's Interfaces are class adapters now possible in Java

Class Adapters uptil now have been considered not possible in java.Previous question regarding the same also says so.

But, Java 8 now supports default methods in Interfaces and multiple interfaces can be implemented by a class. So, a class inheriting from multiple interfaces with multiple default methods can make one interface's default methods act as an adapter and make a call to the other interface's (adaptee's) default method.

So, now is the statement Java 8 supports Class Adapters correct?

Aucun commentaire:

Enregistrer un commentaire