What is the output from the following code
class A { } interface I : A { }
Compile time error
An interface is not allowed to inherit from a class or structure but it can inherit from another interface.