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
How to convert a string to uppercase in php?
What are the differences between echo and print?
What is escape data in php?
How many types of inheritances used in php and how we achieve it.
How to initiate a session in php?
How can I use single quotes in single quotes in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Can you explain, when to use if-else if-else over switch statements?
Can I learn php without knowing c?
Which function is used in php to count the total number of rows returned by any query?
What are the differences between GET and POST methods?
What is difference between single quotes and double quotes in php?
What is strlen php?
How is it possible to know the number of rows returned in the result set?
Which function is used in php to search a particular value in an array?