PHP·98 questionsHow does inheritance work?SaveUpdated: 2026-08-31Answer•class Child extends Parent.•Inherits properties and methods.•parent::method() — call to parent.•Overriding methods.•PHP supports only single inheritance.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement