Is it possible multiple inheritance in php?



Is it possible multiple inheritance in php?..

Answer / Harikrishan Prajapati

No, PHP does not support multiple inheritance for classes. A class can extend only one parent class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is difference between ksort() and usort() functions.

1 Answers  


Which is correct about mysqli and pdo?

1 Answers  


What are php functions?

1 Answers  


Tell me how is it possible to propagate a session id?

1 Answers  


Which is the best php framework for a beginner?

1 Answers  


Does php require a web server?

1 Answers  


Write a program to find no of days between two dates in php?

1 Answers  


What does $_cookie mean?

1 Answers  


How long does a php session last for?

1 Answers  


What is a closure in php?

1 Answers  


How to get the length of string?

1 Answers  


hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?

1 Answers  


Categories