Hello Sebastian,

Wednesday, August 18, 2004, 11:58:33 PM, you wrote:

> Derick Rethans wrote:
>> heh? If you're writing procedural code, you do not WANT to use OO
>> features in there, as it makes your code no longer procedural.

>   Exceptions are not an OOP feature per-se. They are a means for out-of-
>   band error signalling. (Of course they use objects for that which could
>   be regarded as a turn-off by non-OOP-eople :-)

Not exactly. In most languages exceptions are objects but in other
languages like C++ you can pass whatever you want as amn exception.

Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to