Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




What are Sealed Classes in C#

The sealed modifier is used to prevent derivation from a class. A compile-time error occurs if a sealed class is specified as the base class of another class. (A sealed class cannot also be an abstract class)

Share this article   |    Print    |    Article read by 1037 times
Author:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Related Articles:
Related Interview Questions: