how many types of inheritance is there in php? name there?
Answer Posted / madhu
There are three types of inheritence
1)single.
2)multiple
3)Multilevel
like as a c++
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
Can we use include ("xyz.php") two times in a php page "index.php"?
What is the w3c?
What is php's mysqli extension?
How do you execute a php script from the command line?
What is the difference between file_get_contents() and file_put_contents() in php?
What percentage of websites use php?
What does $_env mean?
How to process the uploaded files?
What is the purpose of the '.myd' file extension? What do thes file contain?
How to copy a file?
Which functions are used to count the total number of array elements in php?
What is use of echo in php?
What is the difference between the include() and require() functions?
What is php string function?
How do I check if a given variable is empty?