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 the scope of php in the future if any other language is developed then may be php is loss ???
How are variables declared in php?
How can we pass the variable through the navigation between the pages?
How to break a file path name into parts?
what does this symbol mean in php?
What is the difference between print() and echo() in PHP?
what is session_set_save_handler in PHP?
In php, how to redirect from one page to another page?
What are Routines?
How to support multiple-page forms?
What is trim function in php?
What is php built on?
What is mysql_fetch_row?
Do you know what is the difference between the include() and require() functions?
What are majic methords in php?