Leaf class (computer programming)
From Infogalactic: the planetary knowledge core
Lua error in package.lua at line 80: module 'strict' not found.
In class-based object-oriented programming languages, a leaf class is a class that should not be subclassed. This can be enforced either by convention, or by using a language feature such as the final
keyword in Java or the sealed
keyword in C#.
<templatestyles src="Asbox/styles.css"></templatestyles>