PHP·98 questionsWhat is final?SaveUpdated: 2026-08-31Answer•final class — cannot be inherited.•final function — cannot be overridden.•For protection against modifications.•Immutable objects are often final.•Use consciously.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement