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 php mean?
Is php easy language to learn?
How to send a cookie to the browser?
Tell me how can we connect to a mysql database from a php script?
What is use of in_array() function in php?
Can I use node js with php?
How can we display the output directly to the browser?
Tell me what are the different types of errors in php?
Why is php used for web development?
Can php run without server?
How can we set and destroy the cookie in php?
How does the identity operator ===compare two values in PHP?
Write down the code for saving an uploaded file in PHP.
What is the role of the .htaccess file in php?
What is properties of class?