What type of inheritance that PHP supports?
Answer Posted / vikas sharma
PHP can support single,multilevel inheritance. And you can
use interfaces to achive multiple inheritace but not
directly multiple inheritance is allowed due to its
limitations
| Is This Answer Correct ? | 68 Yes | 8 No |
Post New Answer View All Answers
Which is better php or wordpress?
What is the difference between client-side and server-side programming?
What is php written in?
Can I use php in html?
Write a program to swap two numbers using php.
What are php loops?
How do you clear environment variables?
Is php good for career?
How to get the IP address of the client/user in PHP?
in PHP for pdf which library used?
How to define a user function?
How to pass variables and data from php to javascript?
What is the use of friend function in php?
Why shouldn't I use mysql_* functions in php?
Tell me what is the use of "ksort" in php?