Explain me is multiple inheritance supported in PHP?

Submitted by: Muhammad
PHP includes only single inheritance, it means that a class can be extended from only one single class using the keyword ‘extended'.
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers