Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Do you know what type of inheritance that PHP supports?

In PHP an extended class is always dependent on a single base class,that is, multiple inheritance is not supported. Classes are extended using the keyword 'extends'.

 150 views

More Questions for you: