Apr
8th | 2008

4 Key Differences Between Implicit and Explicit Interface Implementation

Posted by Shahar Y |
Filed under C# |

Whenever we need to implement an interface in C#, two options pops up (click Ctrl+’.’):

Implicit vs explicit interface implementation, what shall be selected? before making a decision, lets understand what is the difference between those two.
Solving the diamond problem:
The diamond problem is related to object oriented languages that allow multiple inheritance. The problem raises when [...]


Continue Reading...

Search Dev102