As I know the subclass constructor calls the super class constructor by using super();. But since interface doesn\'t have any constructor, how can inheritance take
super();
Interface is not inherited - it is rather implemented