sealed type

C53230
concept

A sealed type is a type whose set of permitted subtypes is fixed and explicitly restricted, preventing arbitrary extension outside its defining scope.

All labels observed (1)

Label Occurrences
sealed type canonical 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: sealed type
Generated description
A sealed type is a type whose set of permitted subtypes is fixed and explicitly restricted, preventing arbitrary extension outside its defining scope.

Instances (1)

Instance Via concept surface
System.SByte