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
What sized websites have you worked on in the past?
Can we extend final class in php?
Which is correct about mysqli and pdo?
Which is better python or php?
Is php a dying language?
What is use of count() function in php?
Does apache use php?
What is an array in php?
Which is not a file-related function in php?
What are the string function in php?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is php sequence?
Tell me what kind of things have you done on the social side?
What is mysqli_real_escape_string?
Write a program using while loop?