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 are the final class and final method?
What is the difference between characters and #?
What is a null coalescing operator in php7?
Write an example to remove html tags from a string in php?
What is singleton design pattern in php?
Explain what is the function file_get_contents() usefull for?
What version of php do I have windows?
What is cookie?
What is button in html?
What is php sequence?
When do sessions end?
Explain about PHP cookies?
Tell me what are the __construct() and __destruct() methods in a php class?
Write a program using while loop in php?
What are escaping characters? Explain with an example?