News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Understanding and Applying Polymorphism in PHP
September 09, 2010 @ 11:13:37

On the NETTUTS.com site today there's a new tutorial by Steve Guidetti about understanding and handling polymorphism in PHP - making interfaces to multiple objects that all work the same way. In this tutorial he gets more in depth and includes some code to illustrate.

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.

He explains to concept of polymorphism for those that haven't seen it before - common interfaces to multiple objects - and how to can help make using the parts of your application much simpler. In his code examples he uses interfaces and abstract classes to make the connections. The interfaces define the structure to follow and the abstract classes are the multiple objects that must follow it.

0 comments voice your opinion now!
polymorphism tutorial interface abstract class


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: Connecting to the Zend Developer Cloud using NetBeans for PHP

Michael Maclean's Blog: Using Pango for PHP: a taster

PHPMaster.com: Message Brokering with RabbitMQ

DeveloperTutorials.com: Developing State-enabled Applications With PHP

Gonzalo Ayuso's Blog: Using a stream wrapper to access CouchDb attachments with PHP


Community Events









Don't see your event here?
Let us know!


testing database code introduction release phpunit unittest object tool composer community framework example language api podcast development opinion interview zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework