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 do you destroy a particular or all Sessions?
How is it possible to parse a configuration file?
What are the final class and final method?
Why do we use htaccess
Why we use get in php?
Tell me what is the use of explode() function?
What is magic quotes?
How to do single and multi line comment in php?
What is the difference between htmlentities() and htmlspecialchars()?
Which is better php or wordpress?
Do I need to install php after xampp?
Can we extend final class in php?
What are form input html tags?
What is difference between array_merge and array_combine in php?
Explain what is the difference between for and foreach?