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
How do I debug php?
Is php closing tag necessary?
Is php good for career?
What is difference between strstr() and stristr()?
How can i execute PHP File using Command Line?
What is the difference between == and === operator in PHP?
What u mean by query?
What does it mean when it says the csrf token is invalid?
Name some of the constants in php and their purpose.
How long should a session last?
What is php regular expression?
How many escape sequences are recognized in double-quoted strings?
How can a cross-site scripting attack be prevented by php?
Explain soundex() and metaphone().
What is an associative array?