Do you want to track your progress through these learning resources? Register or log in so you can track your progress.

Object-Oriented Programming

Overview

Gain foundational knowledge of writing a clean, modular computer program by learning key concepts including Inheritance, Polymorphism, Abstraction and Encapsulation.

Skills

  • Work with composition and inheritance
  • Follow where an object's behavior is inherited from
  • Use traits
  • Use PHP interfaces

< Previous Beginning PHP
Next > Laravel Basics