[Previous] [Contents] [Next]

Explicit Interface Member Name Qualification

So far, you've seen classes implement interfaces by specifying the access modifier public followed by the interface method's signature. However, sometimes you'll want (or even need) to explicitly qualify the member name with the name of the interface. In this section, we'll examine two common reasons for doing this.

[Previous] [Contents] [Next]