C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is an interface class in C#?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

It is an abstract class with public abstract methods all of which must be implemented in the inherited classes.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Describe the accessibility modifier protected internal?What is a multicast delegate in C#?