Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Explain me is multiple inheritance supported in PHP?
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 Question | Next Question |
Tell us how to redirect a page in php? | Tell me how can we connect to a MySQL database from a PHP script? |