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
How to convert a character to an ascii value?
How do you display the output directly to the browser?
How to find a specific value in an array?
Explain what are some new features introduced in php7?
What does addslashes do in php?
What is symfony php?
How send email in php?
What is the use of strpos in php?
What is use of in_array() function in php?
What are the Advantages and Application Areas of PHP?
How do you explain independent and dependent variables?
What is a string in r?
Do you know what is use of count() function in php?
What is the best way to test the strpos() return value in php?
Can we use php variable in javascript?