What type of inheritance that PHP supports?
Answer Posted / vikas sharma
PHP can support single,multilevel inheritance. And you can
use interfaces to achive multiple inheritace but not
directly multiple inheritance is allowed due to its
limitations
| Is This Answer Correct ? | 68 Yes | 8 No |
Post New Answer View All Answers
What is inheritance in php? How many types of inheritance supports php?
Explain the three different kinds of Arrays?
What is the use of mysql_fetch_assoc in php?
What is php destruct?
What is sql injection in php?
Does PHP 5 support exceptions? State Whether True or False?
Does php have multiple inheritance?
Which Scripting Engine PHP uses?
Why use php artisan serve?
How to pass variables and data from php to javascript?
What is php key?
What is the value for this auto incremented field user_pri_id?
What are PHP Magic Methods/Functions. List them.
Do you know what is the use of the function 'imagetypes()'?
What is url encoding and decoding in php?