Re: [PHP-LANG] CLASSES AND OBJECTS
[email protected] ("Jeroen van Wolffelaar") Fri, 6 Jul 2001 00:21:11 +0200
| Newsgroups | php.lang |
|---|---|
| Message-ID | <010901c105a0$cc7c29c0$0400000a@giga> |
See the current discussion on [email protected] See also http://www.zend.com/engine2/ and [email protected] By the way, Multiple inheritance is going to be supported, probably in the next major release of PHP (PHP 5 or PHP 4.1, that's still undecided) Jeroen ----- Original Message ----- From: "Dean Hall" <[email protected]> Newsgroups: php.lang To: <[email protected]> Sent: Saturday, June 30, 2001 3:53 AM Subject: Re: [PHP-LANG] CLASSES AND OBJECTS > Alberto. > > > Anyone know if one day PHP will support multiple inheritance? > > http://www.php.net/manual/en/keyword.extends.php says: "An extended class is > always dependent on a single base class, that is, multiple inheritance is > not supported." > > > I think it's very important... > > Java gets away without multiple inheritance just fine. Aggregation ("has-a" > instead of "is-a") doesn't pose a lot of the problems that multiple > inheritance does. > > Dean Hall. > >