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
Php code to find whether a number armstrong or not?
How do you display the output directly to the browser?
How can I prevent sql-injection in php?
What is the difference between == and === operator in PHP?
What is php session and how it works?
What is mvc? Why its been used?
How do I get csrf token?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
Explain me how failures in execution are handled with include() and require() functions?
Is empty array php?
How many escape sequences are recognized in single-quoted strings?
Which php global variable is used for uploading a file?
What is == and === in php?
What is psr in php?
Tell me how stop the execution of a php scrip?