Coddy logo
Store
Leaderboard

Login

menu icon
Loading...Creator image

Creator

Anonymous

Object-Oriented Programming in PHP

In this course, you will learn PHP OOP from the beginning, with challenges and examples designed to help you understand the concepts in an easy and effective way.

31 Lessons

29 Challenges

certification icon

With Certificate

Prerequisites

Save for later

Introduction

Introduction

Classes and Objects

Class & Objects

Properties

Assign and Modify Properties

Methods

Pseudo Variable

Constants

Methods with Arguments

Recap Challenge

Recap Challenge 2

Encapsulation and Inheritance

Encapsulation

Inheritance

Override

Prevent Method Overriding

Recap Challenge

Special Methods

Construct

Call Method

Get Method

Set Method

Clone

Recap Challenge

Abstraction & Polymorphism

Abstraction

Abstract Methods

Methods with Parameters

This! Challenge

Polymorphism

Visibility Modifiers

Keyword Static

Recap Challenge

Traits

Traits

Multiple Traits