Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
What type of inheritance that php supports?
Answer:
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'.
Download PHP Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain normalization concept? | How can increase the performance of MySQL select query? |