Part 10 -4 multilevel inheritance in php example

Опубликовано: 30 Сентябрь 2024
на канале: Priyanka Jamdar
387
1

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...