An expression attempts to extend a type or class that has the final modifier.
To correct this error
-
Do not attempt to extend the type or class.
-
Remove the final modifier from the class.
See Also
Concepts
JScript ModifiersOther Resources
Class-based ObjectsJScript Reference