A final method or a method in a final class does not have an associated body.
To correct this error
-
Provide a body for the method.
-
Remove the final modifier.
See Also
Concepts
JScript ModifiersOther Resources
Class-based ObjectsJScript Reference