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
What is prepare in php?
What is a query in a database?
What is the use of nl2br() in php?
What are the encryption techniques in php?
Explain about PHP cookies?
Write a program to display a table of any given number?
What is the difference between single-quoted and double-quoted strings in php?
What is the function to count elements in an array in PHP?
How arrays are used in php?
How can we increase execution time of a php script?
How is it possible to know the number of rows returned in the result set?
Is false empty php?
How many php functions are there?
What is trim function in php?
What is __ construct in php?