Hybrid Inheritance

Hybrid Inheritance is a method where one or more types of inheritance are combined together and used.

PHP does not support multiple inheritance but C++ supports.