C Sharp Programming/Keywords/sealed
From Wikibooks, the open-content textbooks collection
The sealed keyword is used to specify that a class cannot be inherited from. The following example shows the context in which it may be used:
public sealed class
{
...
}
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|