This project is just to teach Object Oriented Principles in PHP.
This example shows the creation of as well as the destruction of instances from a given class.
This example shows the effect of the visibility modifiers (public, protected, private) on properties and methods when accessing/calling them from outside the class.
This example shows the effect of the visibility modifiers (public, protected, private) on properties and methods in classes of the same class hierarchy.