Do you know what type of inheritance that PHP supports?

Submitted by: Muhammad
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'.
Submitted by: Muhammad

Read Online Internee PHP Developer Job Interview Questions And Answers