0 votes
in PHP by
Is multiple inheritance supported in PHP?

1 Answer

0 votes
by

PHP supports only single inheritance; it means that a class can be extended from only one single class using the keyword 'extended'.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...