When a class method is defined as final
(prefixing the method definition with the final
keyword) it means that the child classes can not override that method.
If a class is defined as final, it means that it can not be extended.
Not a member yet? Register now
Are you a member? Login now