Explain me is multiple inheritance supported in php?
Answer / Shikha Dixit
Multiple inheritance is not directly supported in PHP. However, you can achieve some forms of multiple inheritance using interfaces or by extending one class and including/requiring other classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find the position of the first occurrence of a substring in a string?
What is use of preg_replace in php?
Which php framework is best?
What is php and features of php?
Tell me which programming language does php resemble to?
Which array function checks if the particular key exists in the array?
How to convert strings in hex format?
What is the use of trim in php?
Write a program to find no of days between two dates in php?
Are parent constructors called implicitly inside a class constructor?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
Write down the benefits of php7?