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
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is the name of scripting engine in php?
How to include a file code in different files in php?
Can you define an argument as a reference type?
How to replace a substring in a given string in php?
Is wordpress a php framework?
What is php array function?
List some of the features of php7.
Is facebook still in php?
What is the use of trim in php?
Explain mysql_error().
How to make a class in php?
How should a model be structured in mvc?
Can I use php in visual studio?
what is constructor