what is interface in php? how it is use?
Answer Posted / raju
Interface gets useful when you need to extend a class from
more than one parent class since class can not do this.
Why would you want to implement just a single interface on a
class. After all, a class already has everything that an
interface has.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
How check submit button is clicked in php?
What is varchar mysql?
What are the differences between require and include?
sort term descripttion form, report and uery
What is the difference between md5(), crc32() and sha1() crypto on php?
How to add 301 redirects in PHP?
Is null or empty c#?
Is php outdated 2019?
What are the differences between session and cookie?
What is the difference between the functions strstr() and stristr()?
How to genrate report in wordpress cms
How to create a public static method in PHP?
Which function would you use to determine the length of a string in php?
What does csrf token mismatch mean?
Is overloading possible in php?