Peter's blog

Musings (and images) of a slightly warped mind

Category: c#

  • Polymorphism, inheritance, and interfaces

    Polymorphism, inheritance, and interfaces

    Someone had trouble figuring out why .NET comes with all these interfaces for collections, so I thought, let’s write a concise blog post about that. Okay, that was a joke. I don’t do concise. And then I found out that I needed to explain interfaces, and polymorphism, and therefore inheritance, as well. So, rather than…