what is interface in php? how it is use?
Answer Posted / karthi
interface =multiple inheritance
means:
An multiple inheritance is not supported in php that time we
using interface. It is implements two baseclasses but class
extends only one class.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the ways to include file in php?
What is the delimiter syntax is PHP's default delimiter syntax
What is nginx and what is it used for?
What is an anti csrf token?
How do you display the output directly to the browser?
Name some of the functions in php.
How to create reusable code in php?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Write a program to find a string is palindrome or not?
Which function you can use in php to open a file for reading or writing or for both?
how to use http headers inside php? Write the statement through which it can be added?
Write a program to find no of days between two dates in php?
What are the delimiters in php?
What do you use php for?
What is the use of super-global arrays in php?