All articles

  1. Interfaces

    This is something I wrote up very quickly to help me better understand Interfaces in C#, particularly why you would use them instead of abstract classes. This isn't specific to C#.

    So, what's the point of Interfaces? It's not just a work around for not having multiple inheritance in C …