Duck Typing for C#
Posted by Andres on October 20th, 2006Duck typing was coined in the Ruby community “as a semi-humorous attempt to say that, regardless of what class an object belongs to, its essential character — its type — is determined by the messages that it can respond to. As in, ‘if it walks like a duck, talks like a duck, and quacks like [...]