Q. Which of the following statements is correct about an interface used in C#.NET?
β
Correct Answer: (A)
If a class implements an interface partially, then it should be an abstract class.