182.

Which C# keyword can be applied to a class to prevent it from being used as a base class?

C# uses the sealed keyword to prevent inheritance.