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 PECL?
Is empty function c++?
What do you mean by core php?
What is print_r?
How can you tell if a number is even or odd without using any condition or loop?
What is factory pattern in php?
Which is better #define or enum?
Why does php start with variables?
What is the most common http method?
How does php isset work?
What is php oop?
How to know user has read the email-php?
what is session_set_save_handler in PHP?
What is difference between python and php?
What is an associative array?