Collection and sharing of, interview questions and answers asked in various interviews, faqs and articles.....
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.
No comments:
Post a Comment