how many types of inheritance is there in php? name there?
Answer Posted / krishnendu misra
Normaly Three types of inheritance in php
1)single
2)multilavel
4)Hirrerchical
but we can do multiple inheritance in php using interface.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is the difference between myisam and innodb?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What is the use of strip_tags() method?
Write a program to display table of a number using php?
What is meant by pdo in php?
Which method removes the last element from the end of an array?
What is full form of php? Who is the father or inventor of php?
What is the apache?
How can we define a variable accessible in functions of a php script?
Does mysql need php?
What are access specifiers?
Is uploaded file php?
How should a model be structured in mvc?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Is php fully object oriented?