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?

Answer Posted / mahesh

PHP can support single,multilevel,hierarchical and hybrid
inheritance but not multiple inheritence because of diamond problem.
Q:what is diamond problem?
A:suppose "class A extends class B and also class C".
then if class B contains function foo() and class C also contains function foo().if your creates object to the class A
and try to call function foo() then which class function it will take class A or Class B.. in this case diamond problem will be occur.
But we can avoid this problem through "INTERFACE".

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules to declare a php variables?

1047


What does $this do in php?

916


How can you send email in php?

919


How to invoke a user function?

930


How to find a substring from a given string in php?

962


What is the use of array_count_values() in php?

976


What is php session start?

968


What is php session_start() and session_destroy() function?

996


Explain me differences between get and post methods?

957


What is php resource type?

909


How to execute an sql query? How to fetch its result?

1045


How to include variables in double-quoted strings?

926


What is the main difference between require() and include()?

900


What are the two most common ways to start and finish a php block of code?

1084


How big is nvarchar max?

937