Final (keyword)
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
The final directive indicates that the implementation of an overridden virtual method is final and cannot be overridden in descendant classes. The directive can only be applied to virtual and overridden methods.
Applies to
If you wish to prevent all methods in the class from being overridden, you can seal the class.
See Also
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To