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