Interview Questions

What is an interface class?

C# Interview Questions and Answers


(Continued from previous question...)

116. What is an interface class?

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

(Continued on next question...)

Other Interview Questions