Multiple Choice
Which of the following statements is correct about an interface used in C#.NET?
A) If a class implements an interface partially, then it should be an abstract class.
B) Class cannot implement an interface partially.
C) An interface can contain static methods.
D) An interface can contain static data.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which of the following is the correct
Q3: The point at which an exception is
Q4: Which of the following can be facilitated
Q5: The scope of a variable depends on
Q6: _ is a set of devices through
Q7: The controls available in the tool box
Q8: A class implements two interfaces each containing
Q9: Which of the following statements is correct
Q10: Which of the following statements is correct
Q11: The reason that C# does not support