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 doesn't contain constructor because of the following reasons: