What type of inheritance that PHP supports?
Answer Posted / sharmila
PHP supports Multi-level inheritence.It wont support
multiple inheritence,but we can achieve multiple
inheritence through interfaces.
| Is This Answer Correct ? | 140 Yes | 12 No |
Post New Answer View All Answers
What is $_ request in php?
Is php still relevant 2019?
What are the advantages of using php?
What is symfony php?
What is difference between required and require_once in php?
What is a PHP accelerator?
Describe which programming language does php parallel to?
How escape single quotes php?
Is python similar to php?
How we can retrieve the data in the result set of mysql using php?
How to take a substring from a given string?
How to increase the maximum execution time of a script in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is pdo classes?
Explain different sorting function in php?