Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What type of inheritance that PHP supports?

Answers were Sorted based on User's Feedback



What type of inheritance that PHP supports?..

Answer / amit sharma

PHP can support single,multilevel,hierarchical and hybrid
inheritance but not Multiple inheritence. And you can
use interfaces to achive multiple inheritace .there is not
any difference just use the keyword Interfaces.

Is This Answer Correct ?    4 Yes 5 No

What type of inheritance that PHP supports?..

Answer / deepak kashyap

Php support three types of inheritance
1.single level
2.multilevel
3.hierarchical
4.multiple(by using interface)

Is This Answer Correct ?    2 Yes 3 No

What type of inheritance that PHP supports?..

Answer / jayan

The reasons why multiple inheritance is not supported in php
are explained in the following page :

http://questionfriends.com/questions/508f39c9d2fa7/multiple-inheritance-not-supported-php

Is This Answer Correct ?    0 Yes 1 No

What type of inheritance that PHP supports?..

Answer / rahul verma

multiple inheritence suuport

Is This Answer Correct ?    1 Yes 4 No

What type of inheritance that PHP supports?..

Answer / sudheer

in php only single inheritance support

Is This Answer Correct ?    18 Yes 41 No

Post New Answer

More PHP Interview Questions

How do I stop a php script?

0 Answers  


What is the difference between for and foreach loop in php?

0 Answers  


What is the use of header() function in PHP? What the Limitation of HEADER()?

0 Answers  


Do you know what is the difference between the include() and require() functions?

0 Answers  


What is php beginner?

0 Answers  


Php being an open source is there any support available to it?

0 Answers  


How can I get the only name of the current executing file?

6 Answers  


Tell us what does $_cookie means?

0 Answers  


Specify array sort functions available in php ?

3 Answers  


Define metaphone()?

0 Answers  


Tell me how to create a text file in php?

0 Answers  


How to call javascript function in php without any event?

0 Answers  


Categories