Does php 7 support multiple inheritance?



Does php 7 support multiple inheritance?..

Answer / Ankit Mohan Bhatnagar

No, PHP 7 also does not support multiple inheritance of classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is polymorphism with example in php?

1 Answers  


What is the difference between $var and $$var?

1 Answers  


How to find the length of a string?

1 Answers  


What are advantages of .htaccess?

1 Answers  


How to find current date and time?

1 Answers  


How many ways to include variables in double-quoted strings in php?

1 Answers  


What is the difference between apache and tomcat?

1 Answers  


What is the advantage of runtime polymorphism?

1 Answers  


Tell me what is the difference between exception::getmessage and exception::getline?

1 Answers  


What is the difference between explode and split?

1 Answers  


Explain the purpose of output buffering in php.

1 Answers  


How does csrf token work?

1 Answers  


Categories