Home »

Is multiple inheritance supported in PHP?

Question ListCategory: PHPIs multiple inheritance supported in PHP?
denielshakespeare5 author asked 9 years ago
1 Answers
jessica537 author answered 8 years ago

PHP includes only single inheritance, it means that a class can be extended from only one single class using the keyword ‘extended’.

Please login or Register to Submit Answer