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 good is polymorphism?
What’s the difference between htmlentities() and htmlspecialchars()?
How to create a session? How to set a value in session?
Explain soundex() and metaphone().
What are the final class and final method?
How do I see how many pages per session in google analytics?
Does php have block scope?
Describe which programming language does php parallel to?
What are Routines?
What is mysql in php?
Is php easy language to learn?
How to get a random value from a php array?
How to define a function with any number of arguments?
What is the use of mysql_real_escape_string() function?
Which function would you use to insert a record into a database in php?