Sunday, July 22, 2007

Interface: Keyword: Basics

• An interface contains only signatures of methods, delegates or events
• Implementation of the interface is done by the class that implements the interface
• An interface can inherit from one or more base interfaces
• When a base type list contains a base class and interfaces, the base type class must come first in the list
• A class that implements an interface can explicitly implement members of that interface

No comments: