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
Why php script is not running in browser?
Explain how to run the interactive php shell from the command line interface?
How to get ip address of a server in php?
How to join multiple strings into a single string?
What are the different opening and closing tags available in PHP?
What is the use of $_request variable?
What is a substring in php?
What are the steps for the payment gateway processing?
How do you execute a php script from the command line?
What is stripslashes php?
Explain me what is the meaning of a persistent cookie?
What is php in full?
Why delimiter is used in mysql?
Which function is used to strip whitespace?
What is mysql in php?