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
Write a query to find the 2nd highest salary of an employee from the employee table?
What is return in php function?
Why do we use interface in php?
Can you extend a final defined class?
What is the main function of php?
Why do we use csrf token?
What is isset function in php?
How to write comment in php?
Is it possible to destroy a cookie?
Which is best framework for php?
What are different types of runtime errors in php?
How to merge values of two arrays into a single array?
What is difference between md5 and SHA256?
How can we enable error reporting in php?
What is meant by MIME?