Question:What type of inheritance that PHP supports?
Answer Ans: In PHP an extended class is always dependent on a single base class that is multiple inheritances is not supported. Classes are extended using the keywords ‘extends’
+ Report
What type of inheritance that PHP supports?