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
Is php object oriented?
Tell me what is the main difference between php 4 and php 5?
What is the scope of a variable defined outside a function?
What type of operation is needed when passing values through a form or an url?
What is php7?
What are php data types?
Explain how to execute a php script using command line.
Which php framework is fastest?
How to include a file to a PHP page?
Which is true about the singleton design pattern?
What are hooks in php?
Write the statements that are used to connect php with mysql
What is global array in php?
Tell me what does $_env means?
How does php and apache work?