BhanuChandar Challa
What a static class can contains?
By BhanuChandar Challa in ASP.NET on Jul 16 2010
  • Sriram D
    Jul, 2010 19

    A static class is a class which contains static members & static methods. This class can be accessed directly without creating an instance of class.
    They cannot be instantiated.
    They are sealed so no class can be derived from this class.
    Example of Static Classes in .Net Framework are
    ActivityDesignerPaint under System.Workflow.ComponentModel.Design
    ThrowHelper
     n Lot more Check while using Framework using Ctrl+ ALT+J - Object Browser

    • 0
  • BhanuChandar Challa
    Jul, 2010 16

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS