Interface extend Interface Java

We know basically Java does not support multiple inheritance. But supports partially through interfaces. Interfaces were introduced just to support multiple inheritance. This tutorial explains inheritance styles with interfaces, inheritance between interfaces and Interface extend Interface. One principle in inheritance is after extends there must come only one either concrete class or abstract class. But …

Interface extend Interface Java Read More »