Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21eff9dfd8a5645

Jump to content

Leaf class (computer programming)

From Wikipedia, the free encyclopedia

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 reserved words (keywords) final in C++, Dart, Java, and PHP,[1] or sealed in C# and Scala.

In Java 3D, the Leaf node is an abstract class for all scene graph nodes that have no children. Leaf nodes specify lights, geometry, and sounds. They specify special linking and instancing abilities for sharing scene graphs and provide a view platform for positioning and orienting a view in the virtual world.[2]

References

[edit]
  1. "PHP: Final Keyword - Manual". www.php.net. Retrieved 17 May 2023.
  2. "Class Leaf". Docs.Oracle. 2 April 2001. Retrieved 23 May 2022.