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