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
Is echo a function in php?
Tell me what does the initials of php stand for?
Define object-oriented methodology?
What is preg_match?
How can I find my php version?
How do I repair phpmyadmin?
What is php oops concepts?
What are the different opening and closing tags available in PHP?
Is php used for frontend or backend?
What is difference between action hook and filter hook?
What is the content of /etc directory?
What is namespace and use in php?
Is php a middleware?
What is the output of the ucwords function in this example?
What is abstract class php?