what is interface in php? how it is use?
Answer Posted / thirupathi rao
Interface is a prototype of method body.
when ever we want to develop the application by third party
vendor people, at that time we have to provide only interface.
why because the people gives the implementation in their own
way so we have to provide the interface.
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
How to set cookies?
What is php glob?
What is composer used for?
Explain me what is the use of 'print' in php?
Are php session secure?
How to create an empty array in php?
Is jquery better than javascript?
How to submit form without a submit button.
Tell me what does the scope of variables means?
What is static method php?
Tell me is it possible to protect special characters in a query string?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is an anti csrf token?
What is a string in php?
Which is best framework for php?