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 does php sessions work?
Is php 5.6 secure?
How easy is php?
Do you know how to delete a file from the system?
How send email in php?
Is php procedural or oop?
What is the difference between require_once and require in php?
Which function is used in php to count the total number of rows returned by any query?
Please explain is it possible to use com component in php?
What are php filters?
What is mysqli_fetch_array?
How should a model be structured in mvc?
How many types of php frameworks are there?
How do I run php?
Is php front end or back end?