Skip to main content

Posts

Showing posts from 2016

Hey! Do you know Interface can implement method?

In Java 8 , among a lot of rich features, one of the feature you should know about is related to Interface, you can implement method by using keyword: default. This is more easier when you think about multi-inheritance.