Top Categories
Object Oriented PHP #7 - Inheritance
- Category:
- Sub Category:
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 types easily.