what is interface in php? how it is use?
Answer Posted / neakdek
Why you can :
interface FirstInterfName{
function Add();
function Sub(10,5); // this line can u pass 10,5 like this
}
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Difference between get and post method.
Explain the different types of errors in php.
Tell me how can you pass a variable by reference?
Explain PHP looping?
What is difference Between PHP 5 and 7?
What is magic function in php?
What is the difference between core php and php?
How to create a table using php?
Why would we use === instead of ==?
What is the basic syntax of Php?
How to copy a file?
What is polymorphism?
What is a PHP accelerator?
How is it possible to remove escape characters from a string?
How to replace a substring in a given string in php?