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
Tell me which programming language does php resemble to?
What is php artisan tinker?
What is sticky form in php?
Do you know how to enable error reporting in php?
What does isset() function?
How can you send http header to the client in php?
What is difference between md5 and SHA256?
What is full form of php? Who is the father or inventor of php?
What is mysqli_real_escape_string?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is the best way to change the key without changing the value of a php array element?
How can i execute PHP File using Command Line?
What is preg_match?
What is mod_php?
What is session in c#?