Junior PHP Developer Question:

Explain me is multiple inheritance supported in PHP?

Tweet Share WhatsApp

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 PDF Read All 161 Junior PHP Developer Questions
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?