sealed class

C53247 concept

A sealed class is a class that cannot be inherited from, restricting its extension to prevent further subclassing and preserve its defined behavior.

Instances (5)