Understanding Class Inheritance (Child and Parent Classes) in Object-Oriented PHP

Last time, we covered the fundamentals of object-oriented programming (OOP) in PHP: what an object is, what a class is, and how they interact. Today, we’re going to cover an intermediate OOP topic: how class inheritance allows for parent classes and child classes in OO PHP, and why those are useful programming concepts. Class inheritance … Continue reading Understanding Class Inheritance (Child and Parent Classes) in Object-Oriented PHP