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 does $_cookie means?
How to pass an argument to a function?
What is the difference between fopen() and fclose()?
Is php a backend?
How do I escape in php?
How can you submit a form without a submit button?
How do you remove duplicates from an array?
How to specify argument default values?
What is namespace and use in php?
What is isset and unset in php?
What are constructor and destructor in PHP?
What does $_cookie mean?
What are the features of php 7?
Is key exist in array php?
What is php and its features?