Skip to content

beeare/ObjectOrientedPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectOrientedPHP

This project is just to teach Object Oriented Principles in PHP.

Example1

This example shows the creation of as well as the destruction of instances from a given class.

Example2

This example shows the effect of the visibility modifiers (public, protected, private) on properties and methods when accessing/calling them from outside the class.

Example3

This example shows the effect of the visibility modifiers (public, protected, private) on properties and methods in classes of the same class hierarchy.

About

Examples for Object Oriented Programming in PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages