What type of inheritance that PHP supports?
Answer Posted / anendra patel
PHP support all inheritance(Single,Multilevel,Hierarchical,
and Hi breed) except Multiple inheritance.but we can achieve
multiple inheritance through INTERFACE.
| Is This Answer Correct ? | 36 Yes | 11 No |
Post New Answer View All Answers
Is php faster than nodejs?
Where can I find php ini file?
Tell us how can we display the output directly to the browser?
Tell me what is mean by an associative array?
What is php.ini & .htacess file?
Is it worth learning php in 2019?
What is the use of pear in php?
Tell me how to execute an sql query? How to fetch its result?
How do you use bcrypt for hashing passwords in php?
Do you know what is the function mysql_pconnect() usefull for?
Why laravel is best php framework?
what is session_set_save_handler in PHP?
How check submit button is clicked in php?
What are the 5 types of data?
How do you find the length of a string in php?