Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

KillerPHP Blog:
PHP Interfaces: when and why you should use them instead of classes?
Aug 28, 2006 @ 12:35:56

On the KillerPHP blog today, there's this new post that asks the question of when the choice should be made to use interfaces and why they should be used instead of classes in your code. It's an article/podcast, so for the full effect, grab the audio here.

The post itself are really just notes to support the content in the podcast, but they provide plenty of information by themselves. They talk about what interfaces are, include examples of both them and a class (showing how they differ) and an example of a class using and interface (dog implementing animal).

There are also a few other notes there at the bottom mentioning the purpose of interfaces, which one to choose when, and two miscellaneous notes about how interfaces can help both you and your code.

tagged: interface class mp3 podcast explain example purpose choice interface class mp3 podcast explain example purpose choice

Link:


Trending Topics: