OOP Pillars – Polymorphism in C#

Reading Time: 3 minutes Polymorphism is a concept where objects of different types are accessible via the same interface. In this post I talk about the third of the OOP Pillars – Polymorphism in C#. Please see my previous posts for the other OOP Pillars Inheritance and Encapsulation. Overview Polymosphism comes from the words Poly meaning many and Morph […]