Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Explain me is multiple inheritance supported in PHP?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

PHP includes only single inheritance, it means that a class can be extended from only one single class using the keyword ‘extended’.

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us how to redirect a page in php?Tell me how can we connect to a MySQL database from a PHP script?