how many types of inheritance is there in php? name there?
Answer Posted / dillip
There are four types of inheritance.
1.Single
2.Multilevel
3.Interface
4.Hirrerchical
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
What is the purpose of constant() function?
What is the difference between session_unregister() and session_unset()?
How to check an key is exists in array?
Tell me what should we do to be able to export data into an excel file?
Which MySQL function would you use to select a database?
Which function you can use in php to open a file for reading or writing or for both?
Define urlencode() and urldecode() used in php?
What is memcache?
Why use static methods php?
What is fetch array in php?
What is the difference between require_once and require in php?
Is array function in php?
What is the advantage of runtime polymorphism?
What is the difference between static and dynamic websites?
What difference between require() and require_once()?