News Feed
Jobs Feed
Sections




News Archive
QaFoo Blog:
Abstract Classes vs. Interfaces
October 02, 2012 @ 12:29:56

On the QaFoo.com blog Kore Nordmann shares some insight about the difference between abstract classes and interfaces and how they can be used effectively/correctly.

Features of object oriented languages are often use from a purely technical perspective, without respect to their actual semantics. This is fine as long as it works for you, but might lead to problems in the long run. In this article I discuss the semantical differences between abstract classes and interfaces. I also outline why following the semantics of those language constructs can lead to better code.

He defines "class" and "interface" before he gets too far into the differences, stating that a "class" is more of a "type" while an "interface" describes the type and the structure to use it. He also talks about how to tell them apart (when to use each). There's also some examples and "hints" to help you determine good and bad examples of interfaces and when an abstract class might be a better answer.

0 comments voice your opinion now!
abstract class interface compare tips definition


blog comments powered by Disqus

Similar Posts

Jakob Westhoff's Blog: Class dependency graph generation

Gonzalo Ayuso: Managing Windows services with Symfony/Process and PHP

Toomas Romer's Blog: Case study: Is PHP embarrassingly slower than Java?

Blue Parabola Blog: Objectively Oriented

Sitening.com: Getting Real With Databases in PHP


Community Events











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


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

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