News Feed
Jobs Feed
Sections




News Archive
OpenSky Blog:
Inheritance in PHP, or why you want to use an Interface or an Abstract class...
November 30, 2010 @ 11:09:17

On the OpenSky blog today there's a new post about object oriented development and class structure. More specifically about how you should use interfaces and abstract classes if you want to truly lock down the methods of your classes.

Every class has an interface, every class can be typehinted as a method argument, typehint lets you specify the collaborator requirements. Not every typehint is the same.

He includes an example of how, despite a "BankAccount" type hint, classes for different types of accounts can be created and methods from the parent can be overwritten. To help remedy the situation, he shows a more structured example that uses interfaces/an abstract class to define the BankAccount structure, setting requirements on the child class functionality.

0 comments voice your opinion now!
typehint interface abstract class example structure


blog comments powered by Disqus

Similar Posts

PHPied.com: SAP container for PEAR::Auth

PHPHacks.com: Creating charts with JGraph

DevShed: Understanding Destructors in PHP 5

DevShed: Introducing Mediator Classes in PHP 5

Jan Lehnardt's Blog: Using the Zend Framework with Code Igniter (an alternative)


Community Events











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


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

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