Re: [PHP] OOP question regarding class extension

2001-03-19 Thread Matt McClanahan
On Mon, Mar 19, 2001 at 01:58:39PM -0500, Altunergil, Oktay wrote: > As far as I know a class can extend multiple classes. What you can't do -in > PHP- is two create a class that inherits from multiple parent classes > (multiple inheritence). I believe this is available in C++ and Java and > othe

RE: [PHP] OOP question regarding class extension

2001-03-19 Thread Altunergil, Oktay
As far as I know a class can extend multiple classes. What you can't do -in PHP- is two create a class that inherits from multiple parent classes (multiple inheritence). I believe this is available in C++ and Java and others. I also think the reason it is not available in PHP is because inheriting