what is interface in php? how it is use?
Answer Posted / asish kumar khuntia(mithu)
Interface is a object oriented concept,
It is the place where we can define the function.
When a class use that interface in that class the total
function body part will describe.
after that we can call that function in other class and we
are get result.
Is This Answer Correct ? | 79 Yes | 26 No |
Post New Answer View All Answers
Write a program using while loop?
Write a program to show the joining of two strings in php?
How is it possible to remove escape characters from a string?
What is php date function?
How to set cookies in PHP?
How many escape sequences are recognized in double-quoted strings in php?
Is age a variable in research?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is oops php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
How to call php function from javascript using ajax?
What does mvc stand for and what does each component do?
Is it easy to learn wordpress?
What types of MYSQL function available for affecting columns
How to open a file for writing?