C# Programming/Keywords/sealed
Appearance
From Wikibooks, open books for an open world
The latest reviewed version was checked on 16 April 2020. There are template/file changes awaiting review.
C# Programming
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
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:
publicsealedclass { ... }
Notice: The sealed
class inheritance is the same as that of a final
class in Java.
C# Keywords |
---|
Special C# Identifiers (Contextual Keywords) |
Contextual Keywords (Used in Queries) |