So, I guess the private method concept just work in couple with default method and this way it doesn't break the concept of contract exhibition.
1
0
1
0
0
@emanuelbsf About the context, the private method means fully implemented method because subclasses cannot inherit and override this method. An interface defines a contract, so why is it use private methods?