What type of inheritance that PHP supports?
Answer Posted / abdul ghafoor awan
What type of inheritance that php supports?
In PHP an extended class is always dependent on a single base class, that is, multiple inheritance is not supported. Classes are extended using the keyword 'extends'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what are the correct and the most two common way to start and finish a php block of code?
Does php require a web server?
What is difference between ksort() and usort() functions.
How to open a file in php?
How does csrf token work?
Tell me how to get the value of current session id?
What is the role of php.ini file?
How to strip whitespace (or other characters) from the beginning and end of a string?
Which is the dependent variable?
How is the ternary conditional operator used in php?
Explain me what is x+ mode in fopen() used for?
Why session timeout is important?
How do I run a php program in dreamweaver?
Can we override magic methods in php?
What is var_dump function in php?