how many types of inheritance is there in php? name there?
Answer Posted / dinesh
php supports single,multilevel,hierarchy
| Is This Answer Correct ? | 55 Yes | 10 No |
Post New Answer View All Answers
How can we know the total number of elements of Array?
What are php errors?
What is the difference between "echo" and "print" in php?
Which is the best php framework for a beginner?
Declare a new variable in php equal to the number 3;
Tell me how can we pass the variable through the navigation between the pages?
Is key exist in array php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between static and dynamic websites?
Explain the syntax for ‘foreach’ loop with example.
How to retrieve the original query string?
Which framework is best for php development?
Explain why would we use === instead of ==?
What is abstraction php?