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
How to call javascript function in php without any event?
What is the role of php?
How to protect special characters in query string?
How to declare an array in php?
What is the difference between indexed and associative array?
How to update memcached when you make changes to php?
What does type casting mean in php? Explain with an example?
Tell me are parent constructors called implicitly inside a class constructor?
How do you measure variables?
Why do we need session?
What are the ways to include file in php?
What is substr in php?
What is php regular expression?
How can we calculate the similarity between two strings?
Are php session secure?