Q: What will be output of following code ? interface IMyInterface { void fun1(); void fun2(); } class MyClass : IMyInterface { void fun1() { } void fun2() { } }
Rajesh Singh
Select an image from your device to upload