Given these two definitions
interface I1 {} interface I2 {}
which one of the following will compile without errors?
d)
It is possible for an interface to extend one or more interfaces.
In that case, we need to use the extends keyword and separate the list of super-interfaces using commas.