News Feed
Jobs Feed
Sections




News Archive
XpertDeveloper.com:
Abstract in PHP
October 28, 2011 @ 09:55:07

On the XpertDeveloper.com site today there's a new tutorial talking about something that can not only help the structure of your application but can make things more reusable in the end - abstract classes.

For Abstact keyword we can say that, abstract is type of the class and class which we can't create a object of it. Surprised???? [...] Abstract class can be used some what like an interface in PHP. So basically we can implement class using abstract. We can't extend more than one abstract class while we can implement more than one interface.

They introduce you to the creation of an abstract class and show how to set up some abstract methods inside. These methods are required to be defined as a part of the extension in your class. One of the benefits they don't mention of abstract classes over interfaces is the ability to have methods in the abstract that are actual code, not just definitions of the structure (that's more of what interfaces are for).

1 comment voice your opinion now!
abstract class structure interface code


blog comments powered by Disqus

Similar Posts

Jeremry Johnstone's Blog: PHP interface to Picasa Web Albums

Ilia Alshanetsky's Blog: Performance Analysis of isset() vs array_key_exists()

Josh Gilman's Blog: HTTPSock Class

Ivo Jansch\'s Blog: The danger of Fluent interfaces

Brandon Savage's Blog: Interfaces Make Testing Easier


Community Events









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


testing development framework podcast database unittest release api community interview example code object phpunit composer opinion zendframework2 tool introduction language

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