Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 425 Bytes

File metadata and controls

18 lines (14 loc) · 425 Bytes

Understanding of object-oriented programming in PHP

Object Oreinted Programming OOP

Contents

  1. Classes
  2. Getters and Setters
  3. Encapsulation
  4. Inheritance
  5. Messages 101
  6. Namespacing and Autoloading
  7. Statics and Constants
  8. Interfaces
  9. Interfaces vs. Abstract Classes
  10. A Review

Thank you for checking out this project.