Explain me is multiple inheritance supported in php?



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

Post New Answer

More PHP Interview Questions

How to find the position of the first occurrence of a substring in a string?

1 Answers  


What is use of preg_replace in php?

1 Answers  


Which php framework is best?

1 Answers  


What is php and features of php?

1 Answers  


Tell me which programming language does php resemble to?

1 Answers  


Which array function checks if the particular key exists in the array?

1 Answers  


How to convert strings in hex format?

1 Answers  


What is the use of trim in php?

1 Answers  


Write a program to find no of days between two dates in php?

1 Answers  


Are parent constructors called implicitly inside a class constructor?

1 Answers  


WHat is the diff. between PHP4 and PHP5?

6 Answers   Clarion Technologies, IBM, OmniNet, Sparkton Infotech,


Write down the benefits of php7?

1 Answers  


Categories