Start the Training! Make a difference to the world ...
What type of inheritance that PHP supports?
March 4, 2014
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‘.