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
Can we use get instead of post?
Which function is used to read a single character from a file in PHP.
How to execute an sql query?
Tell me are parent constructors called implicitly inside a class constructor?
What is php in full?
What backslash character will match whitespace?
Do while loops?
What is trim function in php?
How is it possible to return a value from a function?
Is string php function?
Why do we use javascript in php?
sort term descripttion form, report and uery
Tell me how can I display text with a php script?
How can we know the total number of elements of Array?
How do you create an array in php?