Is multiple inheritance supported in PHP?
Answer
PHP supports only single inheritance; meaning is a class can be extended from only one single class using the keyword 'extended'.
But still we can achieve using some mechanism Trait or Interface
Is multiple inheritance supported in PHP?
Answer
PHP supports only single inheritance; meaning is a class can be extended from only one single class using the keyword 'extended'.
But still we can achieve using some mechanism Trait or Interface
Is multiple inheritance supported in PHP?
Answer
PHP supports only single inheritance; meaning is a class can be extended from only one single class using the keyword 'extended'.
But still we can achieve using some mechanism Trait or Interface