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
How to delete a file from the system?
Explain how to execute a php script using command line.
Why is overriding runtime?
Tell me how to create a text file in php?
What is faster in php?
How to list all values of submitted fields?
Can a trait extend a class php?
A process can run only in the background. State Whether True or False?
Is gender a dependent variable?
Explain difference between urlencode and urldecode?
What is meant by variable variables in php?
How is the comparison of objects done in php?
What is htmlspecialchars?
Explain how is it possible to cast types in php?
What is an associative array?