C MCQs :- multiple choice questions and answers. e.g C MCQS,C Mock Tests , C Practice Papers ,C Sample Test,C Sample questions

Your Session ID :-Guest4012592

Question 1: Which of the following statements is correct about the C#.NET code snippet given below? interface IMyInterface { void fun1(); int fun2(); } class MyClass: IMyInterface { void fun1() { } int IMyInterface.fun2() { } }

A function cannot be declared inside an interface.

A subroutine cannot be declared inside an interface.

A Method Table will not be created for class MyClass.

The definition of fun1() in class MyClass should be void IMyInterface.fun1().

Total MCQS Questions are 13 in this paper