What is an interface class in C#?

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

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers