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
Does wordpress still use php?
What is the difference between query and inquiry?
Which php framework is best?
What is data abstraction in php?
What is difference between php and wordpress?
Is php the same as html?
Is not null in php?
Is set in php?
Can php run on windows server?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is preg_match?
Is rent a variable cost?
What is curl php?
How do we get the current session id?
How to create connection in php?