Home » Unlabelled » What type of inheritance that PHP supports? | PHP
Saturday, 3 March 2012
What type of inheritance that PHP supports? | PHP
In PHP an extended class is always dependent on a single base class, that is, multiple inheritance is not supported. Classes are extended using the keyword 'extends'.
No comments:
Post a Comment