On Wed, 5 Dec 2001 10:41:53 -0500 Wee Chua <[EMAIL PROTECTED]> wrote: >Hi all, >How many extension of subclass can PHP have? Can I extend subclass to more >different subclass? Do you mean how deep a inheritance you can have? e.g. A \ B | \ C D | \ E F There is nothing wrong with doing Class F extends D (which then in turn inherits it's stuff from class b, etc.)
-- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]