Content deleted Content added
m clean up using AWB |
|||
Line 1:
In [[class (computer science)|class-based]] [[object-oriented programming language]]s, 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 <code>final</code> keyword in [[Java (programming language)|
|