Amit Das
What is sealed class?
By Amit Das in ASP.NET on Jun 20 2007
  • venkat yaramali
    Jun, 2007 21

    when youn want to provide security for the class.you declare sealed class.If you declare sealed class the class can not inerited to other class.

    • 0
  • Amit Das
    Jun, 2007 20

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS