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

DZone.com: The Duck is a Lie

Rasmus Lerdorf's Blog: ZeroMQ + libevent in PHP

Developer Tutorials: Easy PDF Generation in PHP

PHPFreaks.com: PHP Loops

Richard Thomas's Blog: Pjq - PHP Jquery helper


Community Events









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


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

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