PHP·98 questionsWhat are traits?SaveUpdated: 2026-08-31Answer•trait Name { methods }.•use TraitName; inside class.•Solve multiple inheritance problem.•Multiple traits can be used.•Conflicts are explicitly resolved.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement