Loading
This article explains how to use implicit and explicit interface implementation in C# programming.In C#, interface implementation is a mechanism that allows a class to provide specific implementations for methods defined in an interface. There are two ways to implement an interface in C#: implicit and explicit.
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.