PHP·98 questionsWhat are access modifiers?SaveUpdated: 2026-08-31Answer•public — accessible everywhere.•protected — class and subclasses.•private — only within the class.•PHP 8.1+: readonly properties.•Default is public.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement