Sebastian Bergmann wrote:
Ron Korving wrote:

is multiple inheritence something we might see appearing in 5.2 ?


 The concept of Multiple Inheritance should be left to programming
 languages that can properly deal with it (by letting the programmer
 influence how inheritance collision can be resolved, for instance).

 Multiple Inheritance is one feature that I do not want to see in PHP.
 And since we have interfaces (for which we allow multiple inheritance) I
 do not see a need for Multiple Inheritance; interfaces are a much
 cleaner way to model.

Also we have __call() to help you in not having to cut and paste implementations around.


regards,
Lukas

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



Reply via email to