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 class name case sensitive?
Which software is best for php?
Will a comparison of an integer 12 and a string "13" work in php?
How to create a session? How to set a value in session?
Is session a cookie?
Where is session id stored?
Why php is widely used?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Where are the persistent cookies stored on your computer?
Why should I learn php?
What is the functionality of the functions strstr() and stristr()?
How to test if a variable is an array?
What are the benefits of composer?
Which array function checks if the particular key exists in the array?
Is it worth learning php in 2019?