how many types of inheritance is there in php? name there?
Answer Posted / dodhiya imran
php supports
1.single and
2. multilevel inheritance basically
multiple inheritance supported by c++ only.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Tell me how do you define a constant?
What are session variables in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can you declare the array in php?
How to include variables in double-quoted strings in php?
How to get number of days between two given dates using PHP?
How to convert strings in hex format?
Which method removes the last element from the end of an array?
What is the function mysql_pconnect() usefull for?
Do you have to initialize variables in php?
What is polymorphism php?
Is php an object or array?
Is strcmp case sensitive?
How to create a web form?
Can I use php in visual studio?