What type of inheritance that PHP supports?
Answer Posted / sharmila
PHP supports Multi-level inheritence.It wont support
multiple inheritence,but we can achieve multiple
inheritence through interfaces.
| Is This Answer Correct ? | 140 Yes | 12 No |
Post New Answer View All Answers
What are majic methords in php?
Explain how is it possible to cast types in php?
What is whitespace in php?
Tell me in php, objects are they passed by value or by reference?
How to define a function with any number of arguments?
What is print_r?
When to use single quotes, double quotes, and backticks?
What are the characteristics of php variables?
How to remove values saved in the current session?
How to create and destroy cookies in php?
How can we check the value of a given variable is alphanumeric?
What is meant by public, private, protected, static and final scopes?
Who is the father of php and what is the current version of php and mysql?
What are the functions to be used to get the image's properties (size, width and height)?
Which is the latest version of php?