Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain me is multiple inheritance supported in PHP?

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

 121 views

More Questions for you: