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