Readings 401
Interfaces
- Interface names beging with a capital I.
- Interfaces are for static methods.
- If a base class implements an interface, it is inheritable. Any other class, it must be defined for each class.
- Interfaces can contain methods, properties, events, and indexers.
- One frequently used interface is IEquatable T.