--- Brad LaFountain <[EMAIL PROTECTED]> wrote:

> 2) Interfaces as they exist in java don't really give you
> much in a stripting
> language but if you insist on having something like that
> you can curently do it
> with the zend1.
> 
> class temperature {
>       function __construct($value) {}
>       function toCelcius() {}
>       function toFarenheight() {}
>  }
> 
> just use that class and extend away....

Brad ---

Not the same thing at all, as I'm sure you know.  You
usually want interfaces in addition to whatever (single)
inheritance structure you already have.

-t

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to