
06-23-2007, 10:09 PM
|
|
Ruler of the graalaxy
|
Join Date: Feb 2005
Location: Great Britain
Posts: 488
|
|
|
By function inheritance I mean that when you call function() in a child, it's possible to also call it in the parent.
e.g.
function() is called.
function() calls parent::function()
[parent::function() calls grandparent::function()]
then whatever has to happen in function() occurs. |
__________________

Coming soon (Hopefully:P)
|
|
|
|