Does multiple inheritance is supported in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does multiple inheritance is supported in php?

Multiple inheritance

19th Feb 2019, 2:43 AM
Shaik Usnara Begum
Shaik Usnara Begum - avatar
2 Answers
+ 6
Here's a previous, similar discussion regarding the subject. Please search next time before posting to help reduce duplicates 👍 https://www.sololearn.com/Discuss/1591104/can-i-use-multiple-inheritance-in-php-7 Additional links to introduce `traits` http://www.readmyviews.com/multiple-inheritance-in-php/ https://gonzalo123.com/2012/12/17/multiple-inheritance-with-php-and-traits/ Happy learning 👍 Hth, cmiiw
19th Feb 2019, 6:30 AM
Ipang
+ 3
It does. You can see it in this code: https://code.sololearn.com/wtkGMHJd70j7/?ref=app
19th Feb 2019, 5:07 AM
Rowsej
Rowsej - avatar