9Sep/100
Understanding and Applying Polymorphism in PHP
Understanding and Applying Polymorphism in PHP | Nettuts+
In object oriented programming, polymorphism is a powerful and fundamental tool. It can be used to create a more organic flow in your application. This tutorial will describe the general concept of polymorphism, and how it can easily be deployed in PHP.
Read full tutorial at Nettuts+
