News Feed
Jobs Feed
Sections




News Archive
Travis Swicegood's Blog:
Why Inheritance Sucks
October 12, 2007 @ 10:11:00

Travis Swicegood has made two blog posts about his agreement with other statements made about why class inheritance sucks.

From the original comments made by Bernard Sumption:

All of the pain caused by inheritance can be traced back to the fact that inheritance forces 'is-a' rather than 'has-a' relationships. If class R2Unit extends Droid, then a R2Unit is-a Droid. If class Jedi contains an instance variable of type Lightsabre, then a Jedi has-a Lightsabre.

Travis agrees and then comes back with his second post to clarify something - composition versus inheritance:

I approach OOP from a flexibility standpoint with one of its biggest flex-points being loose coupling which in turn promotes reusability. I'm going to use Event as a hypothetical example.

He uses Events and design pattern illustrations (like the Visitor and Observer) to help illustrate his point.

0 comments voice your opinion now!
inheritance designpattern observer event composition confusion inheritance designpattern observer event composition confusion


blog comments powered by Disqus

Similar Posts

DevShed: Processing File Data with Template Classes in PHP 5

Hasin Hayder's Blog: Using ActiveRecord Library Separately from CodeIgniter

Community News: PRADO Watch Blog Launched

Community News: Web & PHP Conference 2013

Wouter Lagerweij's Blog: Reading Up: Books Every Programmer Should Read


Community Events











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


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

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