how many types of inheritance is there in php? name there?

Answers were Sorted based on User's Feedback



how many types of inheritance is there in php? name there?..

Answer / dinesh

php supports single,multilevel,hierarchy

Is This Answer Correct ?    55 Yes 10 No

how many types of inheritance is there in php? name there?..

Answer / rashmi

php supports single and multilevel inheritance basically
multiple inheritance supported by c++ only.

Is This Answer Correct ?    44 Yes 3 No

how many types of inheritance is there in php? name there?..

Answer / test

PHP supports three type of inheritence
1) Simple
2)multilevel
3)hirachical

Is This Answer Correct ?    34 Yes 10 No

how many types of inheritance is there in php? name there?..

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

how many types of inheritance is there in php? name there?..

Answer / abbas husain

there are single,multilevel,and Hirrerchical inheritance
supported by php

Is This Answer Correct ?    14 Yes 4 No

how many types of inheritance is there in php? name there?..

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

how many types of inheritance is there in php? name there?..

Answer / saravanan

single level,hirarchical level,and multi level

Is This Answer Correct ?    6 Yes 5 No

how many types of inheritance is there in php? name there?..

Answer / dillip

There are four types of inheritance.
1.Single
2.Multilevel
3.Interface
4.Hirrerchical

Is This Answer Correct ?    12 Yes 22 No

how many types of inheritance is there in php? name there?..

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

how many types of inheritance is there in php? name there?..

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

Post New Answer

More PHP Interview Questions

What is an associative array?

0 Answers  


What is session and Cokkies . How it works . tell some thing about Session_id()

1 Answers   DVS, Net Solution, PVWEBCO,


What is the default time in seconds for which session data is considered valid?

0 Answers  


Tell me how to create a text file in php?

0 Answers  


What are the limitations or drawbacks of PHP ?

4 Answers   iDream,






What is difference between explode() or split() in PHP?

0 Answers  


How you can update memcached when you make changes to php?

0 Answers  


What types of MYSQL function available for affecting columns

0 Answers  


How are sessions maintained?

0 Answers  


Code to upload a file in PHP?

0 Answers  


hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?

1 Answers  


What is framework in php?

0 Answers  


Categories