Question:What type of inheritance that PHP supports?
Answer PHP does not support multiple inheritances. Implementation of multiple interfaces is supported.
+ Report
What type of inheritance that PHP supports?