what is interface in php? how it is use?
Answer Posted / karthi
interface =multiple inheritance
means:
An multiple inheritance is not supported in php that time we
using interface. It is implements two baseclasses but class
extends only one class.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is use of mysqli_query in php?
What is dao in php?
Tell me what is use of in_array() function in php?
How can we connect to a mysql database from a php script?
What is php compared to html?
Tell me what is the use of "ksort" in php?
What is csrf cookie?
What is boolean in php?
Is laravel easy to learn?
Does facebook use php framework?
Explain the difference between isset() and empty()?
How to retrieve the original query string?
What exactly is validating and sanitizing?
Explain setcookie() function in php?
How do you put a space in html?