Interview Questions

What type of inheritance that php supports?

PHP Interview Questions and Answers


(Continued from previous question...)

What type of inheritance that php supports?

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'.

(Continued on next question...)

Other Interview Questions