Top Categories

Object Oriented PHP #7 - Inheritance
  • Category:
  • Sub Category:
  • classes
  • Tutorial
  • oop tutorial
  • Subclass
  • php sub class
  • PHP Classes
  • php subclass
  • inheritance
  • php
  • class
No Views

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. 

Comments

You Might Be Interested In