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
How would you declare a function that receives one parameter name hello?
What is the use of limit in mysql?
Do you have to initialize variables in php?
How to check whether a number is prime or not?
Where are the persistent cookies stored on your computer?
What is use of echo in php?
Can we override static method?
What is the functionality of md5 function in php?
Tell me what is the default session time in php?
What is the function file_get_contents() useful for?
Tell me how can we get the error when there is a problem to upload a file?
What is $_ get in php?
How to send a cookie to the browser?
Are php sessions cookies?
Explain how we can get the number of elements in an array?