News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Where Multiple Inheritance Will Kill You
July 17, 2009 @ 11:19:02

In this new post to his blog Brandon Savage takes a look at multiple inheritance in PHP applications - specifically where it could "kill you" if you're not careful.

This is a fantastic way to further encapsulate and abstract your code because it means you can define some base functionality and then later on extend that class to add new functionality and even override existing functionality to make the class specific. But this concept is a double-edged sword in PHP (and all other languages).

The problem lies in methods in classes that could be overriding parents and the sort of results that instance of might return in a multiple inheritance environment. He includes code snippets both illustrating the problem and showing a suggestion for how it could be avoided.

2 comments voice your opinion now!
problem instanceof inheritance multiple


blog comments powered by Disqus

Similar Posts

DevShed: Unit Testing

Travis Swicegood's Blog: Why Inheritance Sucks

Gonzalo Ayuso: The reason why singleton is a "problem" with PHPUnit

International PHP Magazine: IPM Poll Question: Which is the Most Common PHP Database Problem?

Stefan Mischook's Blog: Does Wordpress 2.5.1 suck?


Community Events











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


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

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