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 we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is the name of scripting engine in php?
What is htaccess in php?
Explain me what is sql injection?
What are the three classes of errors that can occur in php?
What is encapsulation in php?
Explain what are some new features introduced in php7?
What are escaping characters? Explain with an example?
Explain mixed and callback functions?
What is php and why we use it?
What is the meaning of a final class and a final method?
Is time a dependent variable?
What types of loops exist in php?
which will print out the php call stack?
How to get elements in reverse order of an array in php?