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 backslash character will match whitespace?
How to read a file in php?
Is php a case sensitive language?
Is nan in php?
Explain the difference between php4 and php5.
Explain what does $_server means?
What do you mean by having php as whitespace insensitive?
What is crypt () in php?
What is boolean in php?
Explain me is multiple inheritance supported in php?
What is $_ files in php?
Does PHP 5 support exceptions? State Whether True or False?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to select a database?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?