
Interface extends another interface in Java
Why interface extends another interface? Interface won't implement the methods of another interface but just extends them and add additional functionality to class which implements the interface. For example if we have an interface...