static class

C53232 concept

A static class is a class that cannot be instantiated and whose members are all static, providing a container for related global-like methods, properties, and constants.

Instances (3)