News Feed
Jobs Feed
Sections




News Archive
DevShed:
PHP 5 and Polymorphism
March 07, 2006 @ 07:19:08

From DevShed, there's a more advanced tutorial that might interest PHP developers out there looking for more info on "polymorphism" for their apps.

This article explains what polymorphism is and how it applies to object oriented design in particular. It also explains the pros and cons of polymorphism when working with certain versions of PHP.

They start with a definition on the topic that doesn't seem to help much: "The occurrence of different forms, stages, or types in individual organisms or in organisms of the same species, independent of sexual variations." They do, however, follow that with what it means to programming: "...an interface or base class without regard to an object's concrete class." They also include a simple example (no code, that's later).

With that concept in place, they move to the next step - working with the example to create code that can be used as a reference point. They talk about using a switch to make the script respond differently to different inputs and the lack of "late binding" support in PHP5.

0 comments voice your opinion now!
php5 polymorphism late binding switch php5 polymorphism late binding switch


blog comments powered by Disqus

Similar Posts

DevShed: Positioning Strings with the show_xy() Method in PDF Documents with PHP 5

Tobias Schlitt's Blog: Being "brainbench certified" ;)

Arnold Daniels' Blog: Migrating from PHP4 to PHP5: A strategy for hosts

Paul Jones' Blog: New PDO Behavior In PHP 5.2.1

DevShed: Sub Classing Exceptions in PHP 5


Community Events











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


community unittest conference phpunit development testing language release zendframework2 interview object code opinion tool framework series example functional introduction podcast

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