Sr. PHP Programmer Question:
Download Job Interview Questions and Answers PDF
What are interfaces n PHP?
Answer:
Interfaces are defined to provide a common function names to the implementors. Different implementors can implement those interfaces according to their requirements. You can say, interfaces are skeletons which are implemented by developers.
Download Senior PHP Programmer Interview Questions And Answers
PDF
Previous Question | Next Question |
Write a program using while loop? | What is the use of explode() function? |