PHP OOP does not allow multiple inheritance, it allow only multilevel inheritance. ... But PHP allow hierarchical inheritance, Hierarchical inheritance means child can get property of their parent and parent can get property of grand parent, so in this way child can get also some property of their grand parent.
GitHub:-
https://github.com/priyanka2907/PHP/b...