The four pillars of object-oriented programming - part 3 - polymorphism
In this blog post series, I’ll dive deeper into the four pillars (fundamental principles) of object-oriented programming: Encapsulation Inheritance Polymorphism (this post) Abstraction Why? Because I think they are essential knowledge not just for developers, but definitely also for testers...