C#: Interfaces - Implicit and Explicit implementation
Posted
by Seb Nilsson
on Stack Overflow
See other posts from Stack Overflow
or by Seb Nilsson
Published on 2008-09-27T10:56:16Z
Indexed on
2010/06/14
1:42 UTC
Read the original article
Hit count: 310
What are the differences in implementing interfaces implicitly and explicitly in C#?
When should you use implicit and when should you use explicit?
Are there any pros and/or cons to one or the other?
© Stack Overflow or respective owner