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. A sealed class cannot also be an abstract class
List of Asked Interview Questions: C# .NET SQL MVC WCF Questions