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
Which is the best php framework for a beginner?
What are form input html tags?
What is the alternative structure for control structures?
Why do we use query?
How to execute an sql query? How to fetch its result?
What is good average session duration?
Explain how to execute a php script using command line.
Is php a dying language?
Does php support overloading?
Write a program to display a table of any given number?
In how many ways we can retrieve the data in the result set of mysql using php?
How to parse configuration file in php?
What is the difference between array_map () and array_shift ()?
What is php and sql used for?
What are the different types of PHP arrays?