Casting and Explicit Implementation
Learn how to cast between interfaces and classes, and how to implement methods explicitly to resolve naming conflicts.
We'll cover the following...
We'll cover the following...
This lesson covers casting between interfaces and classes, as well as the explicit implementation of interface members. We will use the following interface as an example while exploring different concepts.