| 
  | 
| Explicit Interface Member Implementations | 
If a member of an interface collides with a member of a class, the member of the interface can be implemented as an explicit interface member Explicit interface members can also be used to implement several interfaces with colliding members  |