The final type modifier indicates that a variable should not be overridden by a subtype or another compile-time assignment statement.
This modifier also applies to procs. A final proc may not be overridden.
The final type modifier indicates that a variable should not be overridden by a subtype or another compile-time assignment statement.
This modifier also applies to procs. A final proc may not be overridden.