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
What does namespace mean in php?
Are php sessions cookies?
What is $_ get in php?
Explain what are the three classes of errors that can occur in php?
How does csrf token work?
What does type casting mean in php? Explain with an example?
How do I find out the number of parameters passed into function9?
What is a lambda function in php?
Is it possible to destroy a cookie?
How can you submit a form without a submit button?
Are react hooks stable?
What is the difference between laravel and php?
Write a program to find no of days between two dates in php?
Tell me what is the use of "ksort" in php?
What is a closure in php?