+ 1
Can i use multiple inheritance in php 7?
How to solve multiple inheritance in php 7
4 Answers
+ 1
PHP OOP does not allow multiple inheritance, it allow only multilevel inheritance.
+ 1
yes you can multiple inheritance
0
You cannot use multiple inheritance for classes. However you can use traits.