topic/Interfaces
Start Test
Question No
Title
Type
Marks
699.
A class implements two interfaces each containing three methods. The class contains no instance data. Which of the following correctly indicate the size of the object created from this class?
MCQ
5
697.
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() { } }
MCQ
5
698.
Which of the following can be declared in an interface?PropertiesMethodsEnumerationsEventsStructures
MCQ
5
700.
Which of the following statements is correct about an interface used in C#.NET?
MCQ
5
701.
Which of the following statements is correct about Interfaces used in C#.NET?
MCQ
5