Final Keyword PHP 5 introduces the final keyword, which prevents child classes from overriding a method or variable by prefixing the definition with final. Final methods example ]]>