PHP·98 questionsWhat are interfaces?SaveUpdated: 2026-08-31Answer•interface Name { public function method(); }.•Contract without implementation.•class X implements Interface.•Multiple implementations allowed.•All methods are public.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement