Can someone ask the internals list this question, since I can't seem to subscribe 
right now, (or answer the question)

If a class is a base class, does each child make it's own copy of:
        the whole base class
        the class variables only
        something else?

So if I have a bunch of objects in a page inheriting from a common class, am I really 
saving any:
        memory
        loading time
        dereferencing time
        execution time?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to