how many types of inheritance is there in php? name there?
Answers were Sorted based on User's Feedback
Answer / rashmi
php supports single and multilevel inheritance basically
multiple inheritance supported by c++ only.
| Is This Answer Correct ? | 44 Yes | 3 No |
Answer / test
PHP supports three type of inheritence
1) Simple
2)multilevel
3)hirachical
| Is This Answer Correct ? | 34 Yes | 10 No |
Answer / dodhiya imran
php supports
1.single and
2. multilevel inheritance basically
multiple inheritance supported by c++ only.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / abbas husain
there are single,multilevel,and Hirrerchical inheritance
supported by php
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / 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 |
Answer / saravanan
single level,hirarchical level,and multi level
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / dillip
There are four types of inheritance.
1.Single
2.Multilevel
3.Interface
4.Hirrerchical
| Is This Answer Correct ? | 12 Yes | 22 No |
Answer / madhu
There are three types of inheritence
1)single.
2)multiple
3)Multilevel
like as a c++
| Is This Answer Correct ? | 3 Yes | 15 No |
Answer / jitendra k jain
There are three types of inheritance in php1.single,2.multiple,3.multi level
| Is This Answer Correct ? | 15 Yes | 52 No |
What is T_PAAMAYIM_NEKUDOTAYIM?
Does winrunner 8.0 or qtp 8.0 supports php
Why do we use javascript in php?
Explain me soundex() and metaphone()?
Is ruby on rails php?
What is urlencode and urldecode in php?
How does php session work?
What does the scope of variables mean?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
How could I install codeignitor ?
What is array filter in php?
What is prepared statement in php?