Final (keyword)

From The Oxygene Language Wiki

Jump to:navigation, search

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


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox