Wednesday 20 January 2021

Explicit Interface Implementation

 'Disambiguation' is a wonderful word - and it's an important concept in software too. Here's how C# explicit interface implementation can disambiguate otherwise indistinguishable methods.

Topics include:
  • C#
  • Interfaces
  • Explicit interface implementation

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...