What type of inheritance that PHP supports?
Answer Posted / palaniraja.wordpress.com
you can also use interface to achieve multiple inheritance.
| Is This Answer Correct ? | 36 Yes | 28 No |
Post New Answer View All Answers
What is the difference between single-quoted and double-quoted strings in php?
How to replace a text in a string with another text in php?
How long does a session last in php?
What is a php namespace?
What are computer variables?
How can we access the data sent through the url with the post method?
What is advanced php programming?
Does strlen include null?
How can you execute php script from the command line?
Why php is used in html?
How to get useful error messages in php?
Do you know what's the difference between __sleep and __wakeup?
What are super global variables in php?
What are the difference between abstract class and interface in oops?
Where is session value stored?