how many types of inheritance is there in php? name there?
Answer Posted / abbas husain
there are single,multilevel,and Hirrerchical inheritance
supported by php
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
List functions available to sort an php array?
Explain different sorting function in php?
How are php sessions stored?
Tell me how the result set of mysql be handled in php?
What is the meaning of "enctype= multipart/form-data" ?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What are the rules in creating php variable?
Which is a perfect example of runtime polymorphism?
How can you retrieve a cookie value?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is the purpose of a query?
What is session expiry?
Tell me what should we do to be able to export data into an excel file?
What is cookie and session in php?
How to invoke a user function?