What is the output from the following code
interface IMyInterface { void Show(); class A { } }
Compile time error
We cannot define any fields, constructors, or destructors in an interface.
Nesting of types (e.g., class, interface, enumeration, and structs) is not allowed.