134 Views
Sealed class is used to define the inheritance level of a class. The sealed modifier is used to prevent derivation from a class. An error occurs if a sealed class is specified as the base class of another class
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Sealed class is used to define the inheritance level of a class. The sealed modifier is used to prevent derivation from a class. An error occurs if a sealed class is specified as the base class of another class