what is interface in php? how it is use?
Answer Posted / asish kumar khuntia(mithu)
Interface is a object oriented concept,
It is the place where we can define the function.
When a class use that interface in that class the total
function body part will describe.
after that we can call that function in other class and we
are get result.
| Is This Answer Correct ? | 79 Yes | 26 No |
Post New Answer View All Answers
What is difference between echo and print_r in php?
When to use inquire vs enquire?
What are the 3 scope levels available in php and how would you define them?
How to add 301 redirects in PHP?
How to get ip address of a server in php?
List some features of php that are deprecated in php
What is php sequence?
What is php crud api?
Does empty check for null?
How to genrate report in wordpress cms
Do you know what is the use of the function 'imagetypes()'?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is the difference between array_merge() and array_merge_recursive() in php?
Differences between get, post and request methods ?
Can php variables have numbers?