What type of inheritance that PHP supports?
Answer Posted / amit sharma
PHP can support single,multilevel,hierarchical and hybrid
inheritance but not Multiple inheritence. And you can
use interfaces to achive multiple inheritace .there is not
any difference just use the keyword Interfaces.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Why die is used in php?
What does the initials of php stand for?
How many keywords are there in php?
Which operator is used to combine string values in php?
Is salary a ratio or interval?
Tell me what is the use of mysql_real_escape_string() function?
Is php easier than javascript?
Write a program using while loop?
Php says that an array is an ordered map. But how the values are ordered in an array?
What difference between require() and require_once()?
Explain do you use composer? If yes, what benefits have you found in it?
What is the use of count() function in php?
Is it possible to submit a form with a dedicated button?
What the use of var_dump()?
Tell me what is use of in_array() function in php?