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
Describe the security vulnerability of PHP?
> symbol is used to redirect the output of a command. State Whether True or False?
What are php errors?
What is a namespace in php?
What type of headers have to be added in the mail function to attach a file?
How do you display the output directly to the browser?
How can I embed a java program in php file and what changes have to be done in php.ini file?
What does $_cookie means?
Does php support overloading?
What is static method php?
Does php support polymorphism?
What are the environmental variables?
Why php is sometimes called as embedded scripting language?
what is CURL?
Explain what does the expression exception::__tostring means?