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 what is the difference between characters 34 and x34?
What is button in html?
What are some new features introduced in php7?
How to pass variables by references?
What is the meaning of symbol '$' in jquery?
Can I use php in html?
Is it easy to learn php?
Is php used anymore?
Can php replace javascript?
What does mysqli_query return?
In php how can you jump in to and out of "php mode"?
What is the difference between apache vs niginx?
How to support multiple-page forms?
How check submit button is clicked in php?
Does php pass arrays by reference?