Solved

Which of the Following Statements Is Correct About an Interface

Question 1

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:

verifed

Verified

Related Questions