182.
Which C# keyword can be applied to a class to prevent it from being used as a base class?
View Description
C# uses the sealed keyword to prevent inheritance.