In this video we are going to discuss about final and static keywords which are defined in PHP. final keyword prevents child classes from overriding a method by prefixing the definition with final. Declaring class members or methods as static makes them accessible without needing an instantiation of the class.