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
Write a program to swap two numbers using php.
How to get the ip address of the client?
What is data abstraction in php?
What is $_session in php?
What does mysqli_query return?
Explain me what is the use of header() function in php?
Write a program to display table of a number using php?
What is config file in php?
How to assigning a new character in a string using php?
What is a composer?
What are hooks in php?
How can cross site request forgery csrf be prevented?
What are the functions of string?
How to find length of an array in php ?
What does sign mean php?