Interview Questions

What is an interface class?

C# Interview Questions and Answers


(Continued from previous question...)

171. What is an interface class?

Interfaces, like classes, define a set of properties, methods, and events. But unlike classes, interfaces do not provide implementation. They are implemented by classes, and defined as separate entities from classes.


(Continued on next question...)

Other Interview Questions