what is interface in php? how it is use?
Answer Posted / thirupathi rao
Interface is a prototype of method body.
when ever we want to develop the application by third party
vendor people, at that time we have to provide only interface.
why because the people gives the implementation in their own
way so we have to provide the interface.
Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
List some sorting functions in php?
How can we determine whether a php variable is an instantiated object of a certain class?
Why do we use sessions in php?
What is difference between html and php?
Which character is used to match exactly one character?
How to generate a character from an ascii value?
What does the unlink() function means?
Is rent a variable cost?
How to get length of an array in PHP?
Where php basically used?
What are the 3 types of sessions?
What is the difference between characters 34 and x34?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
How can you encrypt password using php?
What are the different opening and closing tags available in PHP?