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 |
What is polymorphism with example in php?
What is the difference between $var and $$var?
How to find the length of a string?
What are advantages of .htaccess?
How to find current date and time?
How many ways to include variables in double-quoted strings in php?
What is the difference between apache and tomcat?
What is the advantage of runtime polymorphism?
Tell me what is the difference between exception::getmessage and exception::getline?
What is the difference between explode and split?
Explain the purpose of output buffering in php.
How does csrf token work?