Recent Article

Most Read Article

PHP OOP - Inheritance

When a class derives from another class, it is said to be inheriting in OOP. All of the parent clas...

PHP - Overriding Inherited Methods

Protected properties or methods can be accessible both within the class and by classes descended fro...

PHP - Inherited Method Overritten

Inherited methods can be overridden by redefining the methods (use the same name) in the child class...