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 is meant by pdo in php?
What is is_null() in php?
What is the Pipe Symbol represented?
Explain what is the static variable in function useful for?
What does the scope of variables means?
How do you trim spaces in excel?
What is a session in php?
What is difference between get and post in php?
How to get no. of rows using MYSQL function?
What's php?
What is the string concatenation operator in php?
What are the differences between session and cookie?
What does trim () do in javascript?
Which is not a php magic constant?
How to support multiple-page forms?