Object Oriented PHP #7 – InheritanceObject Oriented PHP #7 – Inheritance
Hey gang, in this PHP tutorial we’ll talk about inheritance. Inheritance is when a sub-class inherits properties and methods from a parent class, and allows us to create similar object