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